|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.formatter.XSLPFormatter | +--org.apache.cocoon.formatter.xml.XSLPXMLFormatter
This class implements a DOM->XML formatter using XSLP.
Fields inherited from class org.apache.cocoon.formatter.XSLPFormatter |
spaces,
XMLDECL |
Constructor Summary | |
XSLPXMLFormatter()
|
Method Summary | |
void |
format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary parameters)
Prints the give document into a page. |
java.lang.String |
getMIMEType()
Returns the MIME type used by this formatter for output. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
Methods inherited from class org.apache.cocoon.formatter.XSLPFormatter |
init |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public XSLPXMLFormatter()
Method Detail |
public void format(org.w3c.dom.Document document, java.io.Writer writer, java.util.Dictionary parameters) throws java.lang.Exception
public java.lang.String getMIMEType()
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |