BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xml.serialize
Class OutputFormat.Defaults

java.lang.Object
  extended byweblogic.apache.xml.serialize.OutputFormat.Defaults
Enclosing class:
OutputFormat

public static class OutputFormat.Defaults
extends 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.
 
Constructor Summary
OutputFormat.Defaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Encoding

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

See Also:
OutputFormat.getEncoding(), Constant Field Values

Indent

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

See Also:
OutputFormat.setIndenting(boolean), Constant Field Values

LineWidth

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

See Also:
Constant Field Values
Constructor Detail

OutputFormat.Defaults

public OutputFormat.Defaults()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.