The type that will be returned from an XPath expression.
public enum XPathResultType
Member Name | Description |
---|
Any | The expression could return any type. |
Boolean | A boolean. The returned object will be of type System.Boolean. |
Error | The expression was not able to be compiled. |
Navigator | Return type of navigator. This is not currently used. |
NodeSet | A nodeset. The returned object will be an XPathNodeIterator. |
Number | A number. The retun type will be of type System.Double. |
String | Return type of string. The returned object will be a System.String. |
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0