public class IFInputHandler extends InputHandler
log, sourcefile
Constructor and 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 and 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, warning
public 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 InputHandler
userAgent
- 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-2017 The Apache Software Foundation. All Rights Reserved.