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

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

Public Methods

Method Description
Create ( XPathNavigator context ) : void

Initialize the AttributeIterator.

MoveNext ( ) : bool

Position the iterator on the attribute. Return true if such a child exists and set Current property. Otherwise, return false (Current property is undefined).

Method Details

Create() public method

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

MoveNext() public method

Position the iterator on the attribute. Return true if such a child exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
return bool