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

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

Méthodes publiques

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

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).

MoveNext ( ) : bool

Return true if the Current property is set to the next Ancestor node in document order.

Method Details

Create() public méthode

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
Résultat void

MoveNext() public méthode

Return true if the Current property is set to the next Ancestor node in document order.
public MoveNext ( ) : bool
Résultat bool