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

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 nodeIterator ) : object
NumberFunctions ( MS.Internal.Xml.XPath.Function.FunctionType ftype, Query arg ) : System
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void

Private Methods

Méthode Description
Ceiling ( XPathNodeIterator nodeIterator ) : double
Floor ( XPathNodeIterator nodeIterator ) : double
Number ( XPathNodeIterator nodeIterator ) : double
Number ( bool arg ) : double
Number ( string arg ) : double
NumberFunctions ( NumberFunctions other ) : System
Round ( XPathNodeIterator nodeIterator ) : double
Sum ( XPathNodeIterator nodeIterator ) : double

Method Details

Clone() public méthode

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

Evaluate() public méthode

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

NumberFunctions() public méthode

public NumberFunctions ( MS.Internal.Xml.XPath.Function.FunctionType ftype, Query arg ) : System
ftype 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