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

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

Méthodes publiques

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

Initialize the XPathFollowingIterator (no possibility of duplicates).

MoveNext ( ) : bool

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

Private Methods

Méthode Description
MoveFirst ( XmlNavigatorFilter filter, XPathNavigator nav ) : bool

Position "nav" to the matching node which follows it in document order but is not a descendant node. Return false if this is no such matching node.

Method Details

Create() public méthode

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

MoveNext() public méthode

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