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

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

Méthodes publiques

Méthode 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 méthode

Initialize the FollowingSiblingMergeIterator.
public Create ( XmlNavigatorFilter filter ) : void
filter XmlNavigatorFilter
Résultat void

MoveNext() public méthode

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
Résultat IteratorResult