DescendantMergeIterator.Create(XmlNavigatorFilter, Boolean) Method

Definition

Initializes the DescendantMergeIterator. Merges multiple sets of descendant nodes in document order and removes duplicates.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void Create(System::Xml::Xsl::Runtime::XmlNavigatorFilter ^ filter, bool orSelf);
public void Create (System.Xml.Xsl.Runtime.XmlNavigatorFilter filter, bool orSelf);
member this.Create : System.Xml.Xsl.Runtime.XmlNavigatorFilter * bool -> unit
Public Sub Create (filter As XmlNavigatorFilter, orSelf As Boolean)

Parameters

filter
XmlNavigatorFilter

An instance of the XmlNavigatorFilter class that enables you to filter nodes based on the name. For more information, see XmlNavigatorFilter.

orSelf
Boolean

Boolean that indicates whether the current node is returned as part of the iteration or filtered out.

Applies to