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

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

Méthodes publiques

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

Initialize the XPathPrecedingIterator (no possibility of duplicates).

MoveNext ( ) : bool

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

Method Details

Create() public méthode

Initialize the XPathPrecedingIterator (no possibility of duplicates).
public Create ( XPathNavigator context, XmlNavigatorFilter filter ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
Résultat void

MoveNext() public méthode

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