C# Class Mvp.Xml.Common.XmlNodeListFactory.XmlNodeListIterator

Inheritance: System.Xml.XmlNodeList
Datei anzeigen Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
ReadTo void
ReadToEnd void

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
Item ( int index ) : XmlNode
XmlNodeListIterator ( XPathNodeIterator iterator ) : System

Private Methods

Method Description
ReadTo ( int to ) : void

Reads up to the specified index, or until the iterator is consumed.

ReadToEnd ( ) : void

Reads the entire iterator.

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Item() public method

public Item ( int index ) : XmlNode
index int
return System.Xml.XmlNode

XmlNodeListIterator() public method

public XmlNodeListIterator ( XPathNodeIterator iterator ) : System
iterator System.Xml.XPath.XPathNodeIterator
return System