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

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

보호된 프로퍼티들

프로퍼티 타입 설명
currentNode System.Xml.XPath.XPathNavigator
position int

공개 메소드들

메소드 설명
Evaluate ( XPathNodeIterator nodeIterator ) : object
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext context ) : void
matches ( XPathNavigator e ) : bool

보호된 메소드들

메소드 설명
BaseAxisQuery ( BaseAxisQuery other ) : System
BaseAxisQuery ( Query qyInput ) : System
BaseAxisQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System

메소드 상세

BaseAxisQuery() 보호된 메소드

protected BaseAxisQuery ( BaseAxisQuery other ) : System
other BaseAxisQuery
리턴 System

BaseAxisQuery() 보호된 메소드

protected BaseAxisQuery ( Query qyInput ) : System
qyInput Query
리턴 System

BaseAxisQuery() 보호된 메소드

protected BaseAxisQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
리턴 System

Evaluate() 공개 메소드

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

PrintQuery() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetXsltContext() 공개 메소드

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
리턴 void

matches() 공개 메소드

public matches ( XPathNavigator e ) : bool
e System.Xml.XPath.XPathNavigator
리턴 bool

프로퍼티 상세

currentNode 보호되어 있는 프로퍼티

protected XPathNavigator,System.Xml.XPath currentNode
리턴 System.Xml.XPath.XPathNavigator

position 보호되어 있는 프로퍼티

protected int position
리턴 int