XsltArgumentList Class
Contains a variable number of arguments which are either XSLT parameters or extension objects.
Assembly: System.Xml (in System.Xml.dll)
The XsltArgumentList type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddExtensionObject | Adds a new object to the XsltArgumentList and associates it with the namespace URI. |
![]() | AddParam | Adds a parameter to the XsltArgumentList and associates it with the namespace qualified name. |
![]() | Clear | Removes all parameters and extension objects from the XsltArgumentList. |
![]() | 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.) |
![]() | GetExtensionObject | Gets the object associated with the given namespace. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetParam | Gets the parameter associated with the namespace qualified name. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveExtensionObject | Removes the object with the namespace URI from the XsltArgumentList. |
![]() | RemoveParam | Removes the parameter from the XsltArgumentList. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | XsltMessageEncountered | Occurs when a message is specified in the style sheet by the xsl:message element. |
This class is used by the Transform method. It allows parameters and extension objects to be invoked from within the style sheet.
When the parameters and objects are added to the XsltArgumentList, they are associated with a namespace qualified name and a namespace URI, respectively.
The following are advantages to passing an object rather than using an embedded script such as <msxsl:script>:
Provides better encapsulation and reuse of classes.
Allows style sheets to be smaller and more easily maintained.
Supports passing node fragments (through the XPathNavigator) to the style sheet.
For more information about using the XsltArgumentList, see XSLT Extension Objects and XSLT Parameters.
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.
