removeParameter method

void removeParameter(
  1. String namespaceURI,
  2. String localName
)

The removeParameter() method of the XSLTProcessor interface removes the parameter (<xsl:param>) and its value from the stylesheet imported in the processor.

Implementation

external void removeParameter(
  String namespaceURI,
  String localName,
);