org.apache.cocoon.formatter.html
Class XSLPHTMLFormatter

java.lang.Object
  |
  +--org.apache.cocoon.formatter.XSLPFormatter
        |
        +--org.apache.cocoon.formatter.html.XSLPHTMLFormatter

public class XSLPHTMLFormatter
extends XSLPFormatter

This class implements a DOM->HTML formatter using XSLP.

Version:
$Revision: 1.3 $ $Date: 1999/10/24 09:44:04 $
Author:
Donald Ball, Stefano Mazzocchi

Field Summary
static java.lang.String HTMLDOCTYPE
           
 
Fields inherited from class org.apache.cocoon.formatter.XSLPFormatter
spaces, XMLDECL
 
Constructor Summary
XSLPHTMLFormatter()
           
 
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

HTMLDOCTYPE

public static final java.lang.String HTMLDOCTYPE
Constructor Detail

XSLPHTMLFormatter

public XSLPHTMLFormatter()
Method Detail

format

public void format(org.w3c.dom.Document document,
                   java.io.Writer writer,
                   java.util.Dictionary parameters)
            throws java.lang.Exception
Description copied from interface: Formatter
Prints the give document into a page.

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.