Name

XSLTProcessor.removeParameter( ): delete a parameter value

Synopsis

void removeParameter(StringnamespaceURI, String localName)

Arguments

namespaceURI

The namespace of the parameter.

localName

The name of the parameter.

Description

removeParameter( ) deletes the value of the named parameter, if any such parameter was previously set with setParameter( ). Subsequent transformations use the default value of the parameter that is specified in the stylesheet.

Get JavaScript: The Definitive Guide, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.