Mono Class Library: Overview

System.Xml.Xsl.XsltArgumentList: Members

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

See Also: Inherited members from System.Object

Public Constructors

Creates a new XsltArgumentList with no extension objects or stylesheet parameters set.

Public Methods

AddExtensionObject(string, object)
Associates an extension object with a namespace to provide added functionality to XPath expressions in the System.Xml.Xsl.XslTransform.
AddParam(string, string, object)
Assigns a value to a stylesheet parameter.
Clear()
Clears the extension objects and parameters associated with this XsltArgumentList.
GetExtensionObject(string) : object
Retreives the extension object associated with the namespace URI.
GetParam(string, string) : object
Gets the value assigned to a stylesheet parameter.
RemoveExtensionObject(string) : object
Removes the extension object associated with a namespace.
RemoveParam(string, string) : object
Removes an assigned value to a stylesheet parameter.

Public Events

XsltMessageEncounteredDocumentation for this section has not yet been entered.