XML DOM removeParameter() method
Definition and usage
The removeParameter() method deletes a parameter value.
Syntax:
removeParameter(namespaceURI,localName)
Parameter | Description |
---|---|
namespaceURI | Parameter namespace. |
localName | Parameter name. |
Description
removeParameter() deletes the value of the specified parameter if this parameter was previously used setParameter() If set, the subsequent conversion uses the default value of this parameter specified in the style sheet.