setParameter method

void setParameter(
  1. String namespaceURI,
  2. String localName,
  3. JSAny? value
)

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

Implementation

external void setParameter(
  String namespaceURI,
  String localName,
  JSAny? value,
);