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

Inheritance: ValueQuery
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
NodeFunctions ( MS.Internal.Xml.XPath.Function.FunctionType funcType, Query arg ) : System
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void

Private Methods

Méthode Description
EvaluateArg ( XPathNodeIterator context ) : XPathNavigator

Method Details

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

Evaluate() public méthode

public Evaluate ( XPathNodeIterator context ) : object
context System.Xml.XPath.XPathNodeIterator
Résultat object

NodeFunctions() public méthode

public NodeFunctions ( MS.Internal.Xml.XPath.Function.FunctionType funcType, Query arg ) : System
funcType MS.Internal.Xml.XPath.Function.FunctionType
arg Query
Résultat System

PrintQuery() public méthode

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

SetXsltContext() public méthode

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
Résultat void