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

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

Public Methods

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

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).

MoveNext ( ) : bool

Return true if the Current property is set to the next Ancestor node in document order.

Method Details

Create() public method

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
return void

MoveNext() public method

Return true if the Current property is set to the next Ancestor node in document order.
public MoveNext ( ) : bool
return bool