System::Xml::XPath::XPathResultType Namespace Reference

Enumerations

enum  XPathResultType_ {
  Number = 0, String = 1, Navigator = 1, Boolean = 2,
  NodeSet = 3, Any = 5, Error = 6
}
 Represents a type of result of execution of XPath expression. More...
 

Enumeration Type Documentation

◆ XPathResultType_

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.