XPath2Functions ClassXPath2Functions ClassXPath2Functions Class

An XSLT extension object that provides implementations of some XPath 2.0 functions for use with XslCompiledTransformXslCompiledTransformXslCompiledTransform.

Inheritance Hierarchy

Syntax

Public MustInherit NotInheritable Class XPath2Functions
public abstract sealed class XPath2Functions
public:
ref class XPath2Functions abstract sealed
 
The XPath2FunctionsXPath2FunctionsXPath2Functions type exposes the following members.

Methods

 MethodDescription
Public methodstaticAbsAbsAbs Implementation of the fn:abs function.
Public methodstaticBaseURIBaseURIBaseURI Implementation of the fn:base-uri function.
Public methodstaticDocumentURIDocumentURIDocumentURI Implementation of the fn:document-uri function.
Public methodstaticEncodeForUriEncodeForUriEncodeForUri Implementation of the fn:encode-for-uri function.
Public methodstaticEndsWithEndsWithEndsWith Implementation of the fn:ends-with function.
Public methodstaticEscapeHtmlUriEscapeHtmlUriEscapeHtmlUri Implementation of the fn:encode-for-uri function.
Public methodstaticIriToUriIriToUriIriToUri Implementation of the fn:encode-for-uri function.
Public methodstaticLowerCaseLowerCaseLowerCase Implementation of the fn:upper-case function.
Public methodstaticMatches (string, string)Matches (String, String)Matches (String^, String^) Implementation of the fn:matches function.
Public methodstaticMatches (string, string, string)Matches (String, String, String)Matches (String^, String^, String^) Implementation of the fn:matches function.
Public methodstaticNormalizeUnicodeNormalizeUnicodeNormalizeUnicode Implementation of the fn:normalize-unicode function.
Public methodstaticPopulateArgumentListPopulateArgumentListPopulateArgumentList Populates the supplied argument list with the XPath 2.0 extension functions.
Public methodstaticReplace (string, string, string)Replace (String, String, String)Replace (String^, String^, String^) Implementation of the fn:replace function.
Public methodstaticReplace (string, string, string, string)Replace (String, String, String, String)Replace (String^, String^, String^, String^) Implementation of the fn:replace function.
Public methodstaticRoundHalfToEven (decimal)RoundHalfToEven (Decimal)RoundHalfToEven (decimal) Implementation of the fn:round-half-to-even function.
Public methodstaticRoundHalfToEven (decimal, decimal)RoundHalfToEven (Decimal, Decimal)RoundHalfToEven (decimal, decimal) Implementation of the fn:round-half-to-even function.
Public methodstaticUpperCaseUpperCaseUpperCase Implementation of the fn:upper-case function.

Top