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

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

Méthodes publiques

Méthode Description
Create ( XPathNavigator context, XPathNodeType nodeType ) : void

Initialize the NodeKindContentIterator.

MoveNext ( ) : bool

Position the iterator on the next child content node with a matching node kind. 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 NodeKindContentIterator.
public Create ( XPathNavigator context, XPathNodeType nodeType ) : void
context System.Xml.XPath.XPathNavigator
nodeType XPathNodeType
Résultat void

MoveNext() public méthode

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