org.apache.cocoon.formatter.html
Class OpenXMLHTMLFormatter

java.lang.Object
  |
  +--org.apache.cocoon.formatter.OpenXMLFormatter
        |
        +--org.apache.cocoon.formatter.html.OpenXMLHTMLFormatter

public class OpenXMLHTMLFormatter
extends OpenXMLFormatter

This class implements a DOM->HTML formatter usign OpenXML publishing API.

Version:
$Revision: 1.2 $ $Date: 1999/10/22 22:17:52 $
Author:
Stefano Mazzocchi

Fields inherited from class org.apache.cocoon.formatter.OpenXMLFormatter
format, printer, publicID, sf, spaces, systemID, type, width
 
Constructor Summary
OpenXMLHTMLFormatter()
           
 
Method Summary
 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.
 void init(Configurations conf)
          Initialize the class by passing its configurations.
 
Methods inherited from class org.apache.cocoon.formatter.OpenXMLFormatter
format
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

OpenXMLHTMLFormatter

public OpenXMLHTMLFormatter()
Method Detail

init

public void init(Configurations conf)
Description copied from interface: Configurable
Initialize the class by passing its configurations.
Overrides:
init in class OpenXMLFormatter

getMIMEType

public java.lang.String getMIMEType()
Description copied from interface: Formatter
Returns the MIME type used by this formatter for output.

getStatus

public java.lang.String getStatus()
Description copied from interface: Status
Returns information about the status of the implementing class. Note: this is use instead of the usual toString() method because some of these methods are declared final in some classes in JDK 1.1.


Copyright 1999 Java Apache Project. All Rights Reserved.