Represents a type of result of execution of XPath expression.
| Enumerator |
|---|
| Number | A number.
|
| String | A string.
|
| Navigator | A tree fragment.
|
| Boolean | A boolean value.
|
| NodeSet | A collection of nodes.
|
| Any | Any of the XPath node types.
|
| Error | The expression does not evaluate to the correct XPath type.
|