Class OutputFormat.Defaults

java.lang.Object
org.apache.xml.serialize.OutputFormat.Defaults
Enclosing class:
OutputFormat

public static class OutputFormat.Defaults extends Object
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    The default encoding for Web documents it UTF-8.
    static final int
    Deprecated.
    If indentation is turned on, the default identation level is 4.
    static final int
    Deprecated.
    The default line width at which to break long lines when identing.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait