public class IFInputHandler extends InputHandler
log, sourcefile
Constructor and Description |
---|
IFInputHandler(File iffile)
Constructor for intermediate input
|
IFInputHandler(File xmlfile,
File xsltfile,
Vector params)
Constructor for XML->XSLT->intermediate XML input
|
Modifier and Type | Method and Description |
---|---|
void |
renderTo(FOUserAgent userAgent,
String outputFormat,
OutputStream out)
Generate a document, given an initialized Fop object
|
createCatalogResolver, createMainSource, createXSLTSource, error, fatalError, renderTo, transformTo, transformTo, warning
public IFInputHandler(File xmlfile, File xsltfile, Vector params)
xmlfile
- XML filexsltfile
- XSLT fileparams
- Vector of command-line parameters (name, value,
name, value, ...) for XSL stylesheet, null if nonepublic IFInputHandler(File iffile)
iffile
- the file to read the intermediate format document from.public void renderTo(FOUserAgent userAgent, String outputFormat, 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 © 2025 Apache Software Foundation. All rights reserved.