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

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

Méthodes publiques

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

Initialize the NodeRangeIterator (no possibility of duplicates).

MoveNext ( ) : bool

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

Method Details

Create() public méthode

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

MoveNext() public méthode

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