Package org.apache.stylebook.printers
Class HTMLSerializer
- java.lang.Object
-
- org.apache.stylebook.AbstractComponent
-
- org.apache.stylebook.printers.HTMLSerializer
-
public class HTMLSerializer extends AbstractComponent implements Printer
- Version:
- CVS $Revision: 313265 $ $Date: 2000-06-06 02:03:21 +0100 (Tue, 06 Jun 2000) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
-
Field Summary
-
Fields inherited from class org.apache.stylebook.AbstractComponent
engine, params
-
-
Constructor Summary
Constructors Constructor Description HTMLSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(org.w3c.dom.Document doc, CreationContext c, java.io.OutputStream out)
Print a DOM Document.-
Methods inherited from class org.apache.stylebook.AbstractComponent
debug, init, log
-
-
-
-
Method Detail
-
print
public void print(org.w3c.dom.Document doc, CreationContext c, java.io.OutputStream out) throws CreationException, java.io.IOException
Print a DOM Document.- Specified by:
print
in interfacePrinter
- Parameters:
doc
- The Document to print.out
- The OutputStream used for printing.env
- The Environment of this printing request.- Throws:
java.io.IOException
- If an I/O error occourred accessing resources.CreationException
- If the Document cannot be printed.
-
-