org.apache.cocoon.printer
Interface Printer
- All Known Implementing Classes:
- AbstractPrinter
- public abstract interface Printer
This class must be implemented by the printers that format a DOM tree
into streams.
- Version:
- $Revision: 1.1 $ $Date: 1999/03/22 23:50:08 $
- Author:
- Stefano Mazzocchi
Method Summary |
void |
print(org.w3c.dom.Document document,
java.io.Writer out)
Creates a DOM tree parsing the given input stream. |
print
public void print(org.w3c.dom.Document document,
java.io.Writer out)
throws java.io.IOException
- Creates a DOM tree parsing the given input stream.
|
Copyright (c) 1998 The Java Apache Project
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |