XPathResultType

XPathResultType enum

Specifies the return type of the XPath expression.

enum class XPathResultType

Values

NameValueDescription
Number0A numeric value.
String1A String value.
Boolean2A Booleantrue or false value.
NodeSet3A node collection.
Navigatorn/aA tree fragment.
Any5Any of the XPath node types.
Error6The expression does not evaluate to the correct XPath type.

See Also