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

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

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

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

Initialize the AncestorIterator.

MoveNext ( ) : bool

Position the iterator on the next matching ancestor node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).

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

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

Initialize the AncestorIterator.
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
Результат void

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

Position the iterator on the next matching ancestor node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
Результат bool