Interface IXPathEvaluationResult<T>
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/xpath/XPathEvaluationResult.html
public interface IXPathEvaluationResult<T>
Type Parameters
T
Methods
Type()
XPathEvaluationResult.XPathResultType Type()
Returns
Value()
T Value()
Returns
- T
T