org.apache.serialize.helpers
Class HTMLOutputFormat

java.lang.Object
  |
  +--org.apache.serialize.OutputFormat
        |
        +--org.apache.serialize.helpers.HTMLOutputFormat

public class HTMLOutputFormat
extends OutputFormat

Output format for HTML documents.

The output format affects the manner in which a document is serialized. The output format determines the output method, encoding, indentation, document type, and various other properties that affect the manner in which a document is serialized.


Constructor Summary
HTMLOutputFormat()
           
HTMLOutputFormat(boolean indenting)
           
HTMLOutputFormat(java.lang.String encoding)
           
 
Methods inherited from class org.apache.serialize.OutputFormat
getCDataElements, getDoctypePublicId, getDoctypeSystemId, getEncoding, getIndent, getIndentAmount, getMediaType, getMethod, getNonEscapingElements, getOmitXMLDeclaration, getPreserveSpace, getStandalone, getVersion, setCDataElements, setDoctypePublicId, setDoctypeSystemId, setEncoding, setIndent, setIndentAmount, setMediaType, setMethod, setNonEscapingElements, setOmitXMLDeclaration, setPreserveSpace, setStandalone, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLOutputFormat

public HTMLOutputFormat()

HTMLOutputFormat

public HTMLOutputFormat(java.lang.String encoding)

HTMLOutputFormat

public HTMLOutputFormat(boolean indenting)


Copyright © 2000 Apache XML Project. All Rights Reserved.