C# Class MS.Internal.Xml.XPath.ForwardPositionQuery

Inheritance: CacheOutputQuery
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
ForwardPositionQuery ( Query input ) : System
MatchNode ( XPathNavigator context ) : XPathNavigator

Protected Methods

Method Description
ForwardPositionQuery ( ForwardPositionQuery other ) : System

Method Details

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

Evaluate() public method

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

ForwardPositionQuery() protected method

protected ForwardPositionQuery ( ForwardPositionQuery other ) : System
other ForwardPositionQuery
return System

ForwardPositionQuery() public method

public ForwardPositionQuery ( Query input ) : System
input Query
return System

MatchNode() public method

public MatchNode ( XPathNavigator context ) : XPathNavigator
context System.Xml.XPath.XPathNavigator
return System.Xml.XPath.XPathNavigator