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

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

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

Метод Описание
Create ( XPathNavigator input, XmlNavigatorFilter filter ) : void

Initialize the XPathPrecedingDocOrderIterator (return preceding nodes in document order, no possibility of duplicates).

MoveNext ( ) : bool

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

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

Метод Описание
PushAncestors ( ) : void

Push all ancestors of this.navCurrent onto a stack. The set of preceding nodes should not contain any of these ancestors.

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

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

Initialize the XPathPrecedingDocOrderIterator (return preceding nodes in document order, 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 preceding node. Return false if there are no more preceding nodes. Return true if the Current property is set to the next node in the iteration.
public MoveNext ( ) : bool
Результат bool