public interface XSLTLiaison4 extends XSLTLiaison3
XSLTProcessFILE_PROTOCOL_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| void | addParam(String name,
        Object value)Add a parameter to be set during the XSL transformation. | 
setStylesheetconfigureaddParam, setStylesheet, transformvoid addParam(String name, Object value) throws Exception
name - the parameter name.value - the parameter value as String, Boolean, int, etc.Exception - thrown if any problems happens.Transformer.setParameter(java.lang.String, java.lang.Object)