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

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

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
ForwardPositionQuery ( Query input ) : System
MatchNode ( XPathNavigator context ) : XPathNavigator

보호된 메소드들

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

메소드 상세

Clone() 공개 메소드

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

Evaluate() 공개 메소드

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

ForwardPositionQuery() 보호된 메소드

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

ForwardPositionQuery() 공개 메소드

public ForwardPositionQuery ( Query input ) : System
input Query
리턴 System

MatchNode() 공개 메소드

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