clearParameters method
void
clearParameters()
The clearParameters() method of the XSLTProcessor interface removes
all parameters (<xsl:param>) and their values from the stylesheet
imported in the processor. The XSLTProcessor will then use the default
values specified in the XSLT stylesheet.
Implementation
external void clearParameters();