getParameter

fun getParameter(namespaceURI: String?, localName: String): JsAny(source)

The getParameter() method of the XSLTProcessor interface returns the value of a parameter (<xsl:param>) from the stylesheet imported in the processor.

MDN Reference