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
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.