setParameter method
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,
);