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

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

보호된 프로퍼티들

프로퍼티 타입 설명
abbrAxis bool
matchSelf bool

공개 메소드들

메소드 설명
DescendantBaseQuery ( DescendantBaseQuery other ) : System
DescendantBaseQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System
MatchNode ( XPathNavigator context ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void

메소드 상세

DescendantBaseQuery() 공개 메소드

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

DescendantBaseQuery() 공개 메소드

public DescendantBaseQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System
qyParent Query
Name string
Prefix string
Type XPathNodeType
matchSelf bool
abbrAxis bool
리턴 System

MatchNode() 공개 메소드

public MatchNode ( XPathNavigator context ) : XPathNavigator
context System.Xml.XPath.XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

PrintQuery() 공개 메소드

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

프로퍼티 상세

abbrAxis 보호되어 있는 프로퍼티

protected bool abbrAxis
리턴 bool

matchSelf 보호되어 있는 프로퍼티

protected bool matchSelf
리턴 bool