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

Inheritance: ValueQuery
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
StringFunctions ( Function funcType, IList argList ) : System

Private Methods

Method 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 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

StringFunctions() public method

public StringFunctions ( Function funcType, IList argList ) : System
funcType Function
argList IList
return System