IXPathResult Properties |
The IXPathResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | BooleanValue |
The value of this boolean result.
|
![]() | InvalidIteratorState |
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.
|
![]() | NumberValue |
The value of this number result.
|
![]() | ResultType |
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.
|
![]() | SingleNodeValue |
The value of this single node result, which may be null.
|
![]() | SnapshotLength |
The number of nodes in the result snapshot. Valid values for snapshotItem
indices are 0 to snapshotLength-1 inclusive.
|
![]() | StringValue |
The value of this string result.
|