C# Класс System.Xml.Xsl.Runtime.NodeRangeIterator

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Create() публичный Метод

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
Результат void

MoveNext() публичный Метод

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
Результат bool