public class XEP extends FOProcessorBase
preferences
Constructor and Description |
---|
XEP() |
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.
|
PreferencesSheet |
getPreferencesSheet()
Returns a newly created preferences sheet which can be used to
edit the user preferences related to this plug-in.
|
void |
processFO(URL inURL,
File outFile,
String[] parameters,
Console console)
Converts an XSL-FO file to another format.
|
getPreferences, setPreferences
public String getName()
FOProcessor
public String getDescription()
FOProcessor
public PreferencesSheet getPreferencesSheet()
FOProcessorBase
null
.getPreferencesSheet
in interface FOProcessor
getPreferencesSheet
in class FOProcessorBase
null
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