C# 클래스 System.Xml.DocumentXPathNodeIterator_AllElemChildren

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

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator

보호된 메소드들

메소드 설명
Match ( XmlNode node ) : bool

비공개 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

Match() 보호된 메소드

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