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

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

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
PrintQuery ( XmlWriter w ) : void
XPathAncestorQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf ) : System

비공개 메소드들

메소드 설명
XPathAncestorQuery ( XPathAncestorQuery other ) : System

메소드 상세

Clone() 공개 메소드

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

Evaluate() 공개 메소드

public Evaluate ( XPathNodeIterator context ) : object
context System.Xml.XPath.XPathNodeIterator
리턴 object

PrintQuery() 공개 메소드

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

XPathAncestorQuery() 공개 메소드

public XPathAncestorQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
matchSelf bool
리턴 System