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

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

Public Methods

Method 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 method

Initialize the NamespaceIterator.
public Create ( XPathNavigator context ) : void
context System.Xml.XPath.XPathNavigator
return void

MoveNext() public method

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