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

Показать файл Открыть проект Примеры использования класса

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

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

Приватные методы

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

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

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

Initialize the XPathFollowingIterator (no possibility of duplicates).
public Create ( XPathNavigator input, XmlNavigatorFilter filter ) : void
input System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
Результат void

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

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