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


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.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net