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

Inheritance: ExtensionQuery
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator nodeIterator ) : object
FunctionQuery ( string prefix, string name, List args ) : System
MatchNode ( XPathNavigator navigator ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void

Private Methods

Method Description
FunctionQuery ( FunctionQuery other ) : System

Method Details

Clone() public method

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

Evaluate() public method

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

FunctionQuery() public method

public FunctionQuery ( string prefix, string name, List args ) : System
prefix string
name string
args List
return System

MatchNode() public method

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

PrintQuery() public method

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

SetXsltContext() public method

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