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

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

Public Methods

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

Initialize the NodeKindContentIterator.
public Create ( XPathNavigator context, XPathNodeType nodeType ) : void
context System.Xml.XPath.XPathNavigator
nodeType XPathNodeType
return void

MoveNext() public method

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
return bool