JavaScript: The Definitive Guide

25.339. XSLTProcessor.removeParameter( ): delete a parameter value

25.339.1. Synopsis

void removeParameter(String namespaceURI, String localName)

25.339.1.1. Arguments

namespaceURI

The namespace of the parameter.

localName

The name of the parameter.

25.339.2. 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.

Категории