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

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

Public Methods

Method Description
Create ( XPathNavigator context, XmlNavigatorFilter filter ) : void

Initialize the FollowingSiblingIterator.

MoveNext ( ) : bool

Position the iterator on the next following-sibling node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).

Method Details

Create() public method

Initialize the FollowingSiblingIterator.
public Create ( XPathNavigator context, XmlNavigatorFilter filter ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
return void

MoveNext() public method

Position the iterator on the next following-sibling node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
return bool