XSLTProcess
Modifier and Type | Field and Description |
---|---|
public static final String | FILE_PROTOCOL_PREFIX
the file protocol prefix for systemid. |
Modifier and Type | Method and Description |
---|---|
public void | |
public void | setStylesheet(File
the stylesheet to be used for transformation. stylesheet)set the stylesheet to use for the transformation. |
public void |
FILE_PROTOCOL_PREFIX | back to summary |
---|---|
public static final String FILE_PROTOCOL_PREFIX the file protocol prefix for systemid.
This file protocol must be appended to an absolute path.
Typically:
|
addParam | back to summary |
---|---|
public void addParam(String name, String expression) throws Exception Add a parameter to be set during the XSL transformation.
|
setStylesheet | back to summary |
---|---|
public void setStylesheet(File stylesheet) throws Exception set the stylesheet to use for the transformation. |
transform | back to summary |
---|---|
public void transform(File infile, File outfile) throws Exception Perform the transformation of a file into another.
|