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