BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xml.serialize
Class LineSeparator

java.lang.Object
  extended byweblogic.apache.xml.serialize.LineSeparator

public final class LineSeparator
extends Object

See Also:
OutputFormat

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

Field Detail

Macintosh

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

See Also:
Constant Field Values

Unix

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

See Also:
Constant Field Values

Web

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

See Also:
Constant Field Values

Windows

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

See Also:
Constant Field Values
Constructor Detail

LineSeparator

public LineSeparator()

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