NodeRangeIterator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Iterates over the singleton node if the starting node is the same node as the ending node. Iterates to the end of the document if the starting node is after the ending node or is in a different document.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class NodeRangeIterator
public struct NodeRangeIterator
type NodeRangeIterator = struct
Public Structure NodeRangeIterator
- Inheritance
Remarks
Iterate over the nodes in document order, beginning with the start node through all content-typed nodes that follow the starting node, until the ending node is reached. Nodes that do not match the predicate test are filtered out.
Properties
Current |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the current result navigator. |
Methods
Create(XPathNavigator, XmlNavigatorFilter, XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the NodeRangeIterator. |
MoveNext() |
This API supports the product infrastructure and is not intended to be used directly from your code. Positions the iterator on the next node. |
Applies to
.NET