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

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

Méthodes publiques

Méthode Description
Create ( XPathNavigator context ) : void

Initialize the ContentIterator.

MoveNext ( ) : bool

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

Method Details

Create() public méthode

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

MoveNext() public méthode

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