|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.formatter.AbstractFormatter | +--org.apache.cocoon.formatter.XMLFormatter
Fields inherited from class org.apache.cocoon.formatter.AbstractFormatter |
doctypePublic, doctypeSystem, encoding, format, indent, lineWidth, MIMEtype, preserveSpace, statusMessage |
Constructor Summary | |
XMLFormatter()
|
Method Summary | |
void |
format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary p)
Prints the give document into a page. |
void |
init(Configurations conf)
Initialize the class by passing its configurations. |
Methods inherited from class org.apache.cocoon.formatter.AbstractFormatter |
getEncoding, getMIMEType, getStatus, isCacheable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLFormatter()
Method Detail |
public void init(Configurations conf)
Configurable
init
in class AbstractFormatter
public void format(org.w3c.dom.Document document, java.io.Writer writer, java.util.Dictionary p) throws java.lang.Exception
Formatter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |