All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.DefaultFormatter

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

public class DefaultFormatter
extends Formatter
The Default class for processing Formatting Objects. This class simply prints out the result tree and will not perform any special formatting for FOs.

Author:
Keith Visco (kvisco@ziplink.net)

Variable Index

 o DOCTYPE_PI

Constructor Index

 o DefaultFormatter()
Creates a new DefaultFormatter

Method Index

 o process(Document, PrintWriter)
Defined by Formatter.

Variables

 o DOCTYPE_PI
 public static final String DOCTYPE_PI

Constructors

 o DefaultFormatter
 public DefaultFormatter()
Creates a new DefaultFormatter

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