System.Xml.Xsl.XsltArgumentList: Method Members

The methods of System.Xml.Xsl.XsltArgumentList are listed below. For a list of all members, see the XsltArgumentList Members list.

See Also: Inherited members from System.Object

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.