NodeRangeIterator Struct

Definition

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
NodeRangeIterator

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