This documentation is archived and is not being maintained.
XsltLibrary Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements different XPath and XSLT functions.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XsltLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CheckScriptNamespace | Infrastructure. Checks that the extension and script namespaces do not clash. |
![]() | ElementAvailable | Infrastructure. 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 | Infrastructure. Determines equality between collections of type XPathItem. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FormatMessage | Infrastructure. Formats an exception message composed of a format string supplied by the res parameter and arguments contained by the args parameter. |
![]() | FormatNumberDynamic | Infrastructure. Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation. |
![]() | FormatNumberStatic | Infrastructure. Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation. |
![]() | FunctionAvailable | Infrastructure. Implements the function-available() XSLT function. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsSameNodeSort | Infrastructure. Determines whether two nodes have the same node type and, if nodes of that node type have expanded-names, the same expanded names. |
![]() | LangToLcid | Infrastructure. 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 | Infrastructure. Gets a string that indicates the number format. |
![]() | RegisterDecimalFormat | Infrastructure. Registers a decimal-format with the given expanded name. For more information, see the number formatting section in the W3C Recommendation. |
![]() | RegisterDecimalFormatter | Infrastructure. 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 | Infrastructure. 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.) |
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:
