org.apache.xml.serialize

Class OutputFormat.Defaults

Enclosing Class:
OutputFormat

public static class OutputFormat.Defaults
extends java.lang.Object

Field Summary

static String
Encoding
The default encoding for Web documents it UTF-8.
static int
Indent
If indentation is turned on, the default identation level is 4.
static int
LineWidth
The default line width at which to break long lines when identing.

Field Details

Encoding

public static final String Encoding
The default encoding for Web documents it UTF-8.
See Also:
getEncoding()

Indent

public static final int Indent
If indentation is turned on, the default identation level is 4.
Field Value:
4
See Also:
setIndenting(boolean)

LineWidth

public static final int LineWidth
The default line width at which to break long lines when identing. This is set to 72.
Field Value:
72

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.