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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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 méthode

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

MoveNext() public méthode

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