|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.printer.AbstractPrinter
This class implements a printer that print the DOM tree using the HTML syntax.
Field Summary | |
(package private) int |
indentSpaces
|
(package private) int |
lineWidth
|
Constructor Summary | |
AbstractPrinter()
|
Method Summary | |
void |
init(Configurations conf)
Initialize the printer. |
abstract void |
print(org.w3c.dom.Document document,
java.io.Writer out)
Prints the DOM tree. |
Methods inherited from class java.lang.Object |
|
Field Detail |
int lineWidth
int indentSpaces
Constructor Detail |
public AbstractPrinter()
Method Detail |
public void init(Configurations conf)
public abstract void print(org.w3c.dom.Document document, java.io.Writer out) throws java.io.IOException
|
Copyright (c) 1998 The Java Apache Project | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |