public class HTMLSerializer extends AbstractComponent implements Printer
engine, params| Constructor and Description |
|---|
HTMLSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(Document doc,
CreationContext c,
OutputStream out)
Print a DOM Document.
|
debug, init, logpublic void print(Document doc, CreationContext c, OutputStream out) throws CreationException, IOException
print in interface Printerdoc - The Document to print.out - The OutputStream used for printing.env - The Environment of this printing request.IOException - If an I/O error occourred accessing resources.CreationException - If the Document cannot be printed.