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

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

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

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

Initialize the DescendantIterator (merge multiple sets of descendant nodes in document order and remove duplicates).

MoveNext ( XPathNavigator input ) : IteratorResult

Position this iterator to the next descendant node. Return IteratorResult.NoMoreNodes if there are no more descendant nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.

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

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

Initialize the DescendantIterator (merge multiple sets of descendant nodes in document order and remove duplicates).
public Create ( XmlNavigatorFilter filter, bool orSelf ) : void
filter XmlNavigatorFilter
orSelf bool
Результат void

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

Position this iterator to the next descendant node. Return IteratorResult.NoMoreNodes if there are no more descendant nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.
public MoveNext ( XPathNavigator input ) : IteratorResult
input System.Xml.XPath.XPathNavigator
Результат IteratorResult