removeParameter

fun removeParameter(namespaceURI: String?, localName: String)(source)

The removeParameter() method of the XSLTProcessor interface removes the parameter (<xsl:param>) and its value from the stylesheet imported in the processor.

MDN Reference