This documentation is archived and is not being maintained.
XsltFunctions Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
XSLT and XPath functions.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XsltFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | BaseUri | Infrastructure. Returns the value of the base URI of the node of the node passed in by the navigator parameter. Implements baseUri XPath function according to the W3C specification. |
![]() ![]() | Contains | Infrastructure. Implements contains XPath function according to the W3C specification. |
![]() ![]() | EXslObjectType | Infrastructure. Implements exsl:object-type. |
![]() ![]() | Lang | Infrastructure. Implements the lang function according to the W3C XPath specification. |
![]() ![]() | MSFormatDateTime | Infrastructure. Implements the ms:format-date and ms-format-time Microsoft XPath extension functions. |
![]() ![]() | MSLocalName | Infrastructure. Implements the ms:local-name Microsoft XPath extension function. |
![]() ![]() | MSNamespaceUri | Infrastructure. Implements the ms:namespace-uri Microsoft XPath extension function. |
![]() ![]() | MSNumber | Infrastructure. Implements ms:number Microsoft XPath extension function. |
![]() ![]() | MSStringCompare | Infrastructure. Implements ms:string-compare Microsoft XPath extension function. |
![]() ![]() | MSUtc | Infrastructure. Implements the ms:utc Microsoft XPath extension function. |
![]() ![]() | NormalizeSpace | Infrastructure. Removes leading and trailing spaces from the specified string and returns the result. Implements normalize-space function from the W3C XPath standard. |
![]() ![]() | OuterXml | Infrastructure. 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 | Infrastructure. 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 | Infrastructure. Implements starts-with XPath function according to the W3C specification. |
![]() ![]() | Substring(String, Double) | Infrastructure. Implements substring XPath function according to the W3C specification. |
![]() ![]() | Substring(String, Double, Double) | Infrastructure. Implements substring XPath function according to the W3C specification. |
![]() ![]() | SubstringAfter | Infrastructure. Implements substring-after XPath function according to the W3C specification. |
![]() ![]() | SubstringBefore | Infrastructure. Implements substring-before XPath function according to the W3C specification. |
![]() ![]() | SystemProperty | Infrastructure. Implements system-property XSLT function according to the W3C specification. |
![]() ![]() | Translate | Infrastructure. Implements translate XPath function according to the W3C specification. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
