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)
-
DOCTYPE_PI
-
-
DefaultFormatter()
- Creates a new DefaultFormatter
-
process(Document, PrintWriter)
- Defined by Formatter.
DOCTYPE_PI
public static final String DOCTYPE_PI
DefaultFormatter
public DefaultFormatter()
- Creates a new DefaultFormatter
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