DescendantMergeIterator 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.
Iterate over all descendant content nodes according to XPath descendant axis rules. Eliminates duplicates by not querying over nodes that are contained in the subtree of the previous node.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class DescendantMergeIterator
public struct DescendantMergeIterator
type DescendantMergeIterator = struct
Public Structure DescendantMergeIterator
- Inheritance
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(XmlNavigatorFilter, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the DescendantMergeIterator. Merges multiple sets of descendant nodes in document order and removes duplicates. |
MoveNext(XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Position this iterator to the next descendant node. |