All Packages Class Hierarchy This Package Previous Next Index
Class xslp.formatters.FOPFormatter
com.kvisco.xsl.Formatter
|
+----xslp.formatters.FOPFormatter
- public class FOPFormatter
- extends Formatter
A Wrapper class for James Tauber's FOP (PDF Formatter)
FOP can be obtained at http://www.jtauber.com/fop
- Author:
- Keith Visco (kvisco@ziplink.net)
-
FOPFormatter()
- Creates a new FOPFormatter
-
process(Document, PrintWriter)
- Defined by Formatter.
FOPFormatter
public FOPFormatter()
- Creates a new FOPFormatter
process
public void process(Document document,
PrintWriter output)
- Defined by Formatter. Processes the given set of nodes.
- Parameters:
- nodeList - the set of nodes to process
- output - the PrintStream for IO during processing.
- Overrides:
- process in class Formatter
- See Also:
- NodeList
All Packages Class Hierarchy This Package Previous Next Index