XsltLibrary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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 |
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 |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |