JavaScript: The Definitive Guide
25.336. XSLTProcessor.clearParameters( ): delete all stylesheet parameter values
25.336.1. Synopsis
void clearParameters( )
25.336.2. Description
This method erases any parameter values that have been specified with setParameter( ). If a transformation is performed with no parameters set, the default values specified by the stylesheet are used. |
Категории