org.apache.fop.cli
Class IFInputHandler
java.lang.Object
org.apache.fop.cli.InputHandler
org.apache.fop.cli.IFInputHandler
- All Implemented Interfaces:
- javax.xml.transform.ErrorListener, Renderable
public class IFInputHandler
- extends InputHandler
InputHandler for the intermediate format XML as input.
Constructor Summary |
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 |
Method Summary |
void |
renderTo(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
Generate a document, given an initialized Fop object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFInputHandler
public IFInputHandler(java.io.File xmlfile,
java.io.File xsltfile,
java.util.Vector params)
- Constructor for XML->XSLT->intermediate XML input
- Parameters:
xmlfile
- XML filexsltfile
- XSLT fileparams
- Vector of command-line parameters (name, value,
name, value, ...) for XSL stylesheet, null if none
IFInputHandler
public IFInputHandler(java.io.File iffile)
- Constructor for intermediate input
- Parameters:
iffile
- the file to read the intermediate format document from.
renderTo
public void renderTo(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
throws FOPException
- Generate a document, given an initialized Fop object
- Overrides:
renderTo
in class InputHandler
- Parameters:
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)
- Throws:
FOPException
- in case of an error during processing
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.