getParameter method
The getParameter()
method of the XSLTProcessor interface returns the
value of a parameter (<xsl:param>
) from the stylesheet imported in the
processor.
Implementation
external JSAny? getParameter(
String namespaceURI,
String localName,
);