public static class

OutputFormat.Defaults

extends Object
java.lang.Object
   ↳ org.apache.xml.serialize.OutputFormat.Defaults

This class is 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.

Summary

Constants
String Encoding The default encoding for Web documents it UTF-8.
int Indent If indentation is turned on, the default identation level is 4.
int LineWidth The default line width at which to break long lines when identing.
Public Constructors
OutputFormat.Defaults()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String Encoding

The default encoding for Web documents it UTF-8.

See Also
Constant Value: "UTF-8"

public static final int Indent

If indentation is turned on, the default identation level is 4.

Constant Value: 4 (0x00000004)

public static final int LineWidth

The default line width at which to break long lines when identing. This is set to 72.

Constant Value: 72 (0x00000048)

Public Constructors

public OutputFormat.Defaults ()