C# Class System.Xml.Xsl.Runtime.UnionIterator

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Create ( XmlQueryRuntime runtime ) : void

Create SetIterator.

MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult

Position this iterator to the next node in the union.

Private Methods

Méthode Description
Swap ( ) : void

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

Method Details

Create() public méthode

Create SetIterator.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
Résultat void

MoveNext() public méthode

Position this iterator to the next node in the union.
public MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult
nestedNavigator System.Xml.XPath.XPathNavigator
Résultat SetIteratorResult