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

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method 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 method

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
return void

MoveNext() public method

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
return bool