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

Part Number E13941-02

weblogic.apache.xml.serialize
Class LineSeparator

java.lang.Object
  extended by weblogic.apache.xml.serialize.LineSeparator

Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.LineSeparator.

public final class LineSeparator
extends Object

See Also:
OutputFormat

Field Summary
static String Macintosh
          Deprecated. Line separator for Macintosh systems (\r).
static String Unix
          Deprecated. Line separator for Unix systems (\n).
static String Web
          Deprecated. Line separator for the Web (\n).
static String Windows
          Deprecated. Line separator for Windows systems (\r\n).
 
Constructor Summary
LineSeparator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Unix

public static final String Unix
Deprecated. 
Line separator for Unix systems (\n).

See Also:
Constant Field Values

Windows

public static final String Windows
Deprecated. 
Line separator for Windows systems (\r\n).

See Also:
Constant Field Values

Macintosh

public static final String Macintosh
Deprecated. 
Line separator for Macintosh systems (\r).

See Also:
Constant Field Values

Web

public static final String Web
Deprecated. 
Line separator for the Web (\n).

See Also:
Constant Field Values
Constructor Detail

LineSeparator

public LineSeparator()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02