public class Cocoon1Formatter
extends AbstractFormatter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RTF_MIME_TYPE
TODO is this correct, or use text/richtext or something?
|
Constructor and Description |
---|
Cocoon1Formatter() |
Modifier and Type | Method and Description |
---|---|
void |
format(org.w3c.dom.Document document,
java.io.Writer writer,
java.util.Dictionary p)
format the given Document and write results to given Writer
|
void |
init(Configurations conf)
called by cocoon before format()
|
public static final java.lang.String RTF_MIME_TYPE
public void init(Configurations conf)
public void format(org.w3c.dom.Document document, java.io.Writer writer, java.util.Dictionary p) throws java.lang.Exception
java.lang.Exception