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

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

Public Methods

Method Description
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.

Method Details

Create() public method

Initialize the FollowingSiblingMergeIterator.
public Create ( XmlNavigatorFilter filter ) : void
filter XmlNavigatorFilter
return void

MoveNext() public method

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
return IteratorResult