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

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

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

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

Initialize the FollowingSiblingMergeIterator.

MoveNext ( XPathNavigator navigator ) : IteratorResult

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

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

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

Initialize the FollowingSiblingMergeIterator.
public Create ( XmlNavigatorFilter filter ) : void
filter XmlNavigatorFilter
Результат void

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

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