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

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

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

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

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).

MoveNext ( ) : bool

Return true if the Current property is set to the next Ancestor node in document order.

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

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

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
Результат void

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

Return true if the Current property is set to the next Ancestor node in document order.
public MoveNext ( ) : bool
Результат bool