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

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Create ( XmlQueryRuntime runtime ) : void

Create SetIterator.

MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult

Position this iterator to the next node in the union.

Private Methods

Method Description
Swap ( ) : void

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

Method Details

Create() public method

Create SetIterator.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
return void

MoveNext() public method

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