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

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Create ( XPathNavigator context, string localName, string ns ) : void

Initialize the ElementContentIterator.

MoveNext ( ) : bool

Position the iterator on the next child element with a matching name. 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 ElementContentIterator.
public Create ( XPathNavigator context, string localName, string ns ) : void
context System.Xml.XPath.XPathNavigator
localName string
ns string
return void

MoveNext() public method

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