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