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

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

Public Methods

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

Initialize the DescendantIterator (no possibility of duplicates).

MoveNext ( ) : bool

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

Method Details

Create() public method

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

MoveNext() public method

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