getParameter method

JSAny? getParameter(
  1. String namespaceURI,
  2. String localName
)

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