IXPathResult Methods |
The IXPathResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | IterateNext |
Iterates and returns the next node from the node set or null if there are no more nodes.
|
![]() | SnapshotItem |
Returns the indexth item in the snapshot collection. If index is greater than
or equal to the number of nodes in the list, this method returns null. Unlike the
iterator result, the snapshot does not become invalid, but may not correspond to the current
document if it is mutated.
|