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

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

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator nodeIterator ) : object
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void
VariableQuery ( string name, string prefix ) : System

Private Methods

Method Description
VariableQuery ( VariableQuery 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

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

VariableQuery() public method

public VariableQuery ( string name, string prefix ) : System
name string
prefix string
return System