Package org.apache.stylebook
Interface Printer
-
- All Superinterfaces:
Component
- All Known Implementing Classes:
HTMLPrinter
,HTMLSerializer
,ImagePrinter
,XMLPrinter
public interface Printer extends Component
- 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
print(org.w3c.dom.Document doc, CreationContext c, java.io.OutputStream out)
-
-
-
Method Detail
-
print
void print(org.w3c.dom.Document doc, CreationContext c, java.io.OutputStream out) throws CreationException, java.io.IOException
- Throws:
CreationException
java.io.IOException
-
-