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

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

Public Methods

Method Description
Create ( XmlQueryRuntime runtime ) : void

Create IntersectIterator.

MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult

Position this iterator to the next node in the union.

Method Details

Create() public method

Create IntersectIterator.
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