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

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

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

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

Initialize the DescendantIterator (no possibility of duplicates).

MoveNext ( ) : bool

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

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

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

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

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

Position this iterator to the next descendant node. Return false if there are no more descendant nodes. Return true if the Current property is set to the next node in the iteration.
public MoveNext ( ) : bool
Результат bool