org.apache.xml.serialize

Class OutputFormat.Defaults

public static class OutputFormat.Defaults extends Object

Field Summary
static StringEncoding
The default encoding for Web documents it UTF-8.
static intIndent
If indentation is turned on, the default identation level is 4.
static intLineWidth
The default line width at which to break long lines when identing.

Field Detail

Encoding

public static final String Encoding
The default encoding for Web documents it UTF-8.

See Also: Defaults

Indent

public static final int Indent
If indentation is turned on, the default identation level is 4.

See Also: Defaults

LineWidth

public static final int LineWidth
The default line width at which to break long lines when identing. This is set to 72.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.