public interface XSLTLiaison4 extends XSLTLiaison3
XSLTProcess
FILE_PROTOCOL_PREFIX
Modifier and Type | Method and Description |
---|---|
void |
addParam(String name,
Object value)
Add a parameter to be set during the XSL transformation.
|
setStylesheet
configure
addParam, setStylesheet, transform
void 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)