XsltLibrary Class

Definition

Implements different XPath and XSLT functions.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class XsltLibrary sealed
public sealed class XsltLibrary
type XsltLibrary = class
Public NotInheritable Class XsltLibrary
Inheritance
XsltLibrary

Methods

CheckScriptNamespace(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Checks that the extension and script namespaces do not clash.

ElementAvailable(XmlQualifiedName)

This API supports the product infrastructure and is not intended to be used directly from your code.

Evaluates the argument to a string that is an XML qualified name. This method implements the element-available function specified by W3C XSL Transformations (XSLT).

EqualityOperator(Double, IList<XPathItem>, IList<XPathItem>)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines equality between collections of type XPathItem.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FormatMessage(String, IList<String>)

This API supports the product infrastructure and is not intended to be used directly from your code.

Formats an exception message composed of a format string supplied by the res parameter and arguments contained by the args parameter.

FormatNumberDynamic(Double, String, XmlQualifiedName, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation.

FormatNumberStatic(Double, Double)

This API supports the product infrastructure and is not intended to be used directly from your code.

Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation.

FunctionAvailable(XmlQualifiedName)

This API supports the product infrastructure and is not intended to be used directly from your code.

Implements the function-available() XSLT function.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsSameNodeSort(XPathNavigator, XPathNavigator)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether two nodes have the same node type and, if nodes of that node type have expanded-names, the same expanded names.

LangToLcid(String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts the language identifier (as specified in the xml:lang attribute) to the culture identifier (LCID).

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
NumberFormat(IList<XPathItem>, String, Double, String, String, Double)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a string that indicates the number format.

RegisterDecimalFormat(XmlQualifiedName, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Registers a decimal-format with the given expanded name. For more information, see the number formatting section in the W3C Recommendation.

RegisterDecimalFormatter(String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Registers a decimal formatter object and returns a unique index assigned to it. The decimal formatter object is used by the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation.

RelationalOperator(Double, IList<XPathItem>, IList<XPathItem>)

This API supports the product infrastructure and is not intended to be used directly from your code.

Evaluates whether the left expression is greater than or equal to, or less than or equal to, the right expression based on the opCode passed.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to