C# 클래스 System.Xml.Xsl.Runtime.ElementContentIterator

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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).

메소드 상세

Create() 공개 메소드

Initialize the ElementContentIterator.
public Create ( XPathNavigator context, string localName, string ns ) : void
context System.Xml.XPath.XPathNavigator
localName string
ns string
리턴 void

MoveNext() 공개 메소드

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
리턴 bool