org.enhydra.apache.xml.serialize
Class LineSeparator

java.lang.Object
  |
  +--org.enhydra.apache.xml.serialize.LineSeparator

public final class LineSeparator
extends Object

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/10 16:34:53 $
Author:
Assaf Arkin
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

Unix

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

Windows

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

Macintosh

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

Web

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

LineSeparator

public LineSeparator()


Copyright © 1999 The Apache Software Foundation. All Rights reserved.