public class XFC extends FOProcessorBase
FOProcessor
based on
XMLmind XSL-FO Converter.
This implementation is thread-safe.
preferences
Constructor and Description |
---|
XFC() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a short (possibly multi-line) description of
the XSL-FO processor.
|
String |
getName()
Returns the name of the XSL-FO processor.
|
void |
processFO(URL inURL,
File outFile,
String[] parameters,
Console console)
Converts an XSL-FO file to another format.
|
getPreferences, getPreferencesSheet, setPreferences
public String getName()
FOProcessor
public String getDescription()
FOProcessor
public void processFO(URL inURL, File outFile, String[] parameters, Console console) throws Exception
FOProcessor
inURL
- the URL of the file containing XSL-FOoutFile
- file generated by the XSL-FO processorparameters
- contains parameter name/parameter value pairs. These
parameters, which are specific to each XSL-FO processor, are specified
using the parameter child element of the processFO
element. Example: <parameter
name="outputEncoding">Cp1252</parameter>.console
- used to report information, warnings and non-fatal
errorsException
- if, for any reason, conversion cannot be completed