All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.BasicHTMLFormatter

com.kvisco.xsl.Formatter
   |
   +----com.kvisco.xsl.BasicHTMLFormatter

public class BasicHTMLFormatter
extends Formatter
This class simply prints out the result tree as HTML and will not perform any special formatting for FOs.

Author:
Keith Visco

Constructor Index

 o BasicHTMLFormatter()
Creates a new BasicHTMLFormatter

Method Index

 o process(Document, PrintWriter)
Defined by Formatter.

Constructors

 o BasicHTMLFormatter
 public BasicHTMLFormatter()
Creates a new BasicHTMLFormatter

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