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

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

Public Methods

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

Initialize the XPathFollowingIterator (no possibility of duplicates).

MoveNext ( ) : bool

Position this iterator to the next following node. Return false if there are no more following nodes. Return true if the Current property is set to the next node in the iteration.

Private Methods

Method Description
MoveFirst ( XmlNavigatorFilter filter, XPathNavigator nav ) : bool

Position "nav" to the matching node which follows it in document order but is not a descendant node. Return false if this is no such matching node.

Method Details

Create() public method

Initialize the XPathFollowingIterator (no possibility of duplicates).
public Create ( XPathNavigator input, XmlNavigatorFilter filter ) : void
input System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
return void

MoveNext() public method

Position this iterator to the next following node. Return false if there are no more following nodes. Return true if the Current property is set to the next node in the iteration.
public MoveNext ( ) : bool
return bool