XsltFunctions 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.
XSLT and XPath functions.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class XsltFunctions abstract sealed
public static class XsltFunctions
type XsltFunctions = class
Public Class XsltFunctions
- Inheritance
-
XsltFunctions
Methods
BaseUri(XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the base URI of the node of the node passed in by the |
Contains(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
EXslObjectType(IList<XPathItem>) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements exsl:object-type. |
Lang(String, XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements the |
MSFormatDateTime(String, String, String, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements the |
MSLocalName(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements the |
MSNamespaceUri(String, XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements the |
MSNumber(IList<XPathItem>) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
MSStringCompare(String, String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
MSUtc(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements the |
NormalizeSpace(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Removes leading and trailing spaces from the specified string and returns the result. Implements |
OuterXml(XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the markup representing the opening and closing tags of the node and all child nodes of the node identified by the XPathNavigator argument. |
Round(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Rounds value by using XPath rounding rules. Rounds towards positive infinity. Values between -0.5 and -0.0 are rounded to -0.0 (negative zero). |
StartsWith(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
Substring(String, Double, Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
Substring(String, Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
SubstringAfter(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
SubstringBefore(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
SystemProperty(XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |
Translate(String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Implements |