System.Xml.Xsl.XsltArgumentList Members

The members of System.Xml.Xsl.XsltArgumentList are listed below.

See Also: Inherited members from System.Object

Public Constructors

Implements a new instance of the System.Xml.Xsl.XsltArgumentList.

Public Methods

AddExtensionObject(string, object)

Adds a new object to the System.Xml.Xsl.XsltArgumentList and associates it with the namespace URI.

AddParam(string, string, object)

Adds a parameter to the System.Xml.Xsl.XsltArgumentList and associates it with the namespace qualified name.

Clear()

Removes all parameters and extension objects from the System.Xml.Xsl.XsltArgumentList.

GetExtensionObject(string) : object

Gets the object associated with the given namespace.

GetParam(string, string) : object

Gets the parameter associated with the namespace qualified name.

RemoveExtensionObject(string) : object

Removes the object with the namespace URI from the System.Xml.Xsl.XsltArgumentList.

RemoveParam(string, string) : object

Removes the parameter from the System.Xml.Xsl.XsltArgumentList.

Public Events

XsltMessageEncountered

Occurs when a message is specified in the style sheet by the xsl:message element.