C# 클래스 System.Xml.DocumentXPathNodeIterator_ElemDescendants

상속: System.Xml.XPath.XPathNodeIterator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
MoveNext ( ) : bool

보호된 메소드들

메소드 설명
Match ( XmlNode node ) : bool
SetPosition ( int pos ) : void

비공개 메소드들

메소드 설명
DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNavigator nav ) : System
DocumentXPathNodeIterator_ElemDescendants ( DocumentXPathNodeIterator_ElemDescendants other ) : System

메소드 상세

Match() 보호된 추상적인 메소드

protected abstract Match ( XmlNode node ) : bool
node XmlNode
리턴 bool

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

SetPosition() 보호된 메소드

protected SetPosition ( int pos ) : void
pos int
리턴 void