javax.xml.transform.ErrorListener, Renderablepublic class IFInputHandler extends InputHandler
log, sourcefile| Constructor | Description |
|---|---|
IFInputHandler(java.io.File iffile) |
Constructor for intermediate input
|
IFInputHandler(java.io.File xmlfile,
java.io.File xsltfile,
java.util.Vector params) |
Constructor for XML->XSLT->intermediate XML input
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
renderTo(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out) |
Generate a document, given an initialized Fop object
|
createCatalogResolver, createMainSource, createXSLTSource, error, fatalError, renderTo, transformTo, transformTo, warningpublic IFInputHandler(java.io.File xmlfile,
java.io.File xsltfile,
java.util.Vector params)
xmlfile - XML filexsltfile - XSLT fileparams - Vector of command-line parameters (name, value,
name, value, ...) for XSL stylesheet, null if nonepublic IFInputHandler(java.io.File iffile)
iffile - the file to read the intermediate format document from.public void renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out) throws FOPException
renderTo in class InputHandleruserAgent - the user agentoutputFormat - the output format to generate (MIME type, see MimeConstants)out - the output stream to write the generated output to (may be null if not applicable)FOPException - in case of an error during processingCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.