IXPathResult Properties

The IXPathResult type exposes the following members.

Properties
  NameDescription
Public propertyBooleanValue
The value of this boolean result.
Public propertyInvalidIteratorState
Signifies that the iterator has become invalid. True if resultType is UnorderedNodeIterator type or OrderedNodeIterator type and the document has been modified since this result was returned.
Public propertyNumberValue
The value of this number result.
Public propertyResultType
A code representing the type of this result, as defined by the http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult XPathResultType enum.
Public propertySingleNodeValue
The value of this single node result, which may be null.
Public propertySnapshotLength
The number of nodes in the result snapshot. Valid values for snapshotItem indices are 0 to snapshotLength-1 inclusive.
Public propertyStringValue
The value of this string result.
See Also