Xerces 3.1.1 API: Class OutputFormat.Defaults
Class OutputFormat.Defaults
java.lang.Object
|
public static class OutputFormat.Defaults extends java.lang.Object
The default encoding for Web documents it UTF-8.
If indentation is turned on, the default identation
level is 4.
The default line width at which to break long lines
when identing.
Field Summary
static java.lang.String
static int
static int
Methods inherited from class java.lang.Object
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Indent
public static final int Indent
If indentation is turned on, the default identation
level is 4.
Encoding
public static final java.lang.String Encoding
The default encoding for Web documents it UTF-8.
LineWidth
public static final int LineWidth
The default line width at which to break long lines
when identing. This is set to 72.
OutputFormat.Defaults
public OutputFormat.Defaults ()