removeParameter method
The removeParameter()
method of the XSLTProcessor interface removes
the parameter (<xsl:param>
) and its value from the stylesheet imported
in the processor.
Implementation
external void removeParameter(
String namespaceURI,
String localName,
);