C# Class System.Xml.Xsl.Runtime.DescendantMergeIterator

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Create ( XmlNavigatorFilter filter, bool orSelf ) : void

Initialize the DescendantIterator (merge multiple sets of descendant nodes in document order and remove duplicates).

MoveNext ( XPathNavigator input ) : IteratorResult

Position this iterator to the next descendant node. Return IteratorResult.NoMoreNodes if there are no more descendant nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.

Method Details

Create() public méthode

Initialize the DescendantIterator (merge multiple sets of descendant nodes in document order and remove duplicates).
public Create ( XmlNavigatorFilter filter, bool orSelf ) : void
filter XmlNavigatorFilter
orSelf bool
Résultat void

MoveNext() public méthode

Position this iterator to the next descendant node. Return IteratorResult.NoMoreNodes if there are no more descendant nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.
public MoveNext ( XPathNavigator input ) : IteratorResult
input System.Xml.XPath.XPathNavigator
Résultat IteratorResult