C# 클래스 MS.Internal.Xml.XPath.DescendantQuery

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

공개 메소드들

메소드 설명
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
DescendantQuery ( DescendantQuery other ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
DescendantQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System

메소드 상세

Advance() 공개 메소드

public Advance ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

Clone() 공개 메소드

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

DescendantQuery() 공개 메소드

public DescendantQuery ( DescendantQuery other ) : System
other DescendantQuery
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void