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

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

Méthodes publiques

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

Private Methods

Méthode Description
BooleanFunctions ( BooleanFunctions other ) : System
Lang ( XPathNodeIterator nodeIterator ) : bool
Not ( XPathNodeIterator nodeIterator ) : bool
toBoolean ( XPathNodeIterator nodeIterator ) : bool
toBoolean ( double number ) : bool
toBoolean ( string str ) : bool

Method Details

BooleanFunctions() public méthode

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

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

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