Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.apache.xml.serialize
Class OutputFormat.Defaults

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

Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.OutputFormat.Defaults.

public static class OutputFormat.Defaults
extends Object


Field Summary
static String Encoding
          Deprecated. The default encoding for Web documents it UTF-8.
static int Indent
          Deprecated. If indentation is turned on, the default identation level is 4.
static int LineWidth
          Deprecated. The default line width at which to break long lines when identing.
 
Constructor Summary
OutputFormat.Defaults()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Indent

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

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

Encoding

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

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

LineWidth

public static final int LineWidth
Deprecated. 
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()
Deprecated. 

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06