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

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

Initialize the ParentIterator.

MoveNext ( ) : bool

Return true if a matching parent node exists and set Current property. Otherwise, return false (Current property is undefined).

Method Details

Create() public method

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

MoveNext() public method

Return true if a matching parent node exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
return bool