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

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

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

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

Create SetIterator.

MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult

Position this iterator to the next node in the union.

Приватные методы

Метод Описание
Swap ( ) : void

Swap navCurr with navOther and invert state to reflect the change.

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

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

Create SetIterator.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
Результат void

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

Position this iterator to the next node in the union.
public MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult
nestedNavigator System.Xml.XPath.XPathNavigator
Результат SetIteratorResult