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)

Constructor Index

 o FOPFormatter()
Creates a new FOPFormatter

Method Index

 o process(Document, PrintWriter)
Defined by Formatter.

Constructors

 o FOPFormatter
 public FOPFormatter()
Creates a new FOPFormatter

Methods

 o 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