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

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

공개 메소드들

메소드 설명
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
FilterQuery ( Query qyParent, Query cond, bool noPosition ) : System
MatchNode ( XPathNavigator current ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext input ) : void

비공개 메소드들

메소드 설명
EvaluatePredicate ( ) : bool
FilterQuery ( FilterQuery other ) : System

메소드 상세

Advance() 공개 메소드

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

Clone() 공개 메소드

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

FilterQuery() 공개 메소드

public FilterQuery ( Query qyParent, Query cond, bool noPosition ) : System
qyParent Query
cond Query
noPosition bool
리턴 System

MatchNode() 공개 메소드

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

PrintQuery() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetXsltContext() 공개 메소드

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