The members of System.Xml.Xsl.XsltArgumentList are listed below.
See Also: Inherited members from System.Object
Creates a new XsltArgumentList with no extension objects or stylesheet parameters set.
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.
XsltMessageEncountered Documentation for this section has not yet been entered.