C# 클래스 Mvp.Xml.Common.XmlNodeListFactory.XmlNodeListIterator

상속: System.Xml.XmlNodeList
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

Private Properties

프로퍼티 타입 설명
ReadTo void
ReadToEnd void

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
Item ( int index ) : XmlNode
XmlNodeListIterator ( XPathNodeIterator iterator ) : System

비공개 메소드들

메소드 설명
ReadTo ( int to ) : void

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

ReadToEnd ( ) : void

Reads the entire iterator.

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Item() 공개 메소드

public Item ( int index ) : XmlNode
index int
리턴 System.Xml.XmlNode

XmlNodeListIterator() 공개 메소드

public XmlNodeListIterator ( XPathNodeIterator iterator ) : System
iterator System.Xml.XPath.XPathNodeIterator
리턴 System