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

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
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void
StringFunctions ( Function funcType, IList argList ) : System

Private Methods

Méthode Description
Concat ( XPathNodeIterator nodeIterator ) : string
Contains ( XPathNodeIterator nodeIterator ) : bool
Normalize ( XPathNodeIterator nodeIterator ) : string
StartsWith ( XPathNodeIterator nodeIterator ) : bool
StringFunctions ( StringFunctions other ) : System
StringLength ( XPathNodeIterator nodeIterator ) : Double
Substring ( XPathNodeIterator nodeIterator ) : string
SubstringAfter ( XPathNodeIterator nodeIterator ) : string
SubstringBefore ( XPathNodeIterator nodeIterator ) : string
Translate ( XPathNodeIterator nodeIterator ) : string
toString ( XPathNodeIterator nodeIterator ) : string
toString ( bool b ) : string
toString ( double num ) : string

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

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

StringFunctions() public méthode

public StringFunctions ( Function funcType, IList argList ) : System
funcType Function
argList IList
Résultat System