org.apache.xml.serialize
Class OutputFormat.Defaults
java.lang.Object
org.apache.xml.serialize.OutputFormat.Defaults
- OutputFormat
public static class OutputFormat.Defaults
extends java.lang.Object
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.
|
Encoding
public static final String Encoding
The default encoding for Web documents it UTF-8.
getEncoding()
Indent
public static final int Indent
If indentation is turned on, the default identation
level is 4.
- 4
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.
- 72
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.