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

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

Méthodes publiques

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

Initialize the DescendantIterator (no possibility of duplicates).

MoveNext ( ) : bool

Position this iterator to the next descendant node. Return false if there are no more descendant nodes. Return true if the Current property is set to the next node in the iteration.

Method Details

Create() public méthode

Initialize the DescendantIterator (no possibility of duplicates).
public Create ( XPathNavigator input, XmlNavigatorFilter filter, bool orSelf ) : void
input System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
Résultat void

MoveNext() public méthode

Position this iterator to the next descendant node. Return false if there are no more descendant nodes. Return true if the Current property is set to the next node in the iteration.
public MoveNext ( ) : bool
Résultat bool