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