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

Inheritance: System.Xml.XmlNodeList
Afficher le fichier Open project: Monobjc/monobjc-tools

Private Properties

Свойство Type Description
ReadTo void
ReadToEnd void

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
Item ( int index ) : XmlNode
XmlNodeListIterator ( XPathNodeIterator iterator ) : System

Private Methods

Méthode 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 méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Item() public méthode

public Item ( int index ) : XmlNode
index int
Résultat System.Xml.XmlNode

XmlNodeListIterator() public méthode

public XmlNodeListIterator ( XPathNodeIterator iterator ) : System
iterator System.Xml.XPath.XPathNodeIterator
Résultat System