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

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

Méthodes publiques

Méthode Description
Create ( XPathNavigator context ) : void

Initialize the NamespaceIterator.

MoveNext ( ) : bool

Pop the top namespace from the stack and save it as navCurrent. If there are no more namespaces, return false.

Method Details

Create() public méthode

Initialize the NamespaceIterator.
public Create ( XPathNavigator context ) : void
context System.Xml.XPath.XPathNavigator
Résultat void

MoveNext() public méthode

Pop the top namespace from the stack and save it as navCurrent. If there are no more namespaces, return false.
public MoveNext ( ) : bool
Résultat bool