DescendantMergeIterator Struct

Definition

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
DescendantMergeIterator

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.

Applies to