XSLTProcessor: clearParameters() method

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.

Syntax

clearParameters()

Parameters

None.

Return value

None (undefined).

Examples

Specifications

Specification
DOM Standard
# dom-xsltprocessor-clearparameters

Browser compatibility

BCD tables only load in the browser

See also