Class XMLPrinter
java.lang.Object
org.apache.stylebook.AbstractComponent
org.apache.stylebook.printers.XMLPrinter
The XMLPrinter Printer writes documents in their canonical XML form.
- Version:
- CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
- 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
-
XMLPrinter
public XMLPrinter()
-
-
Method Details
-
print
public void print(Document doc, CreationContext c, OutputStream out) throws CreationException, IOException Print a DOM Document.- Specified by:
printin interfacePrinter- Throws:
CreationExceptionIOException
-