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

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 PrecedingSiblingDocOrderIterator.

MoveNext ( ) : bool

Position the iterator on the next preceding-sibling node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).

Method Details

Create() public méthode

Initialize the PrecedingSiblingDocOrderIterator.
public Create ( XPathNavigator context, XmlNavigatorFilter filter ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
Résultat void

MoveNext() public méthode

Position the iterator on the next preceding-sibling node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
Résultat bool