|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.serialize.LineSeparator
public final class LineSeparator
OutputFormat
Field Summary | |
---|---|
static java.lang.String |
Macintosh
Deprecated. Line separator for Macintosh systems (\r). |
static java.lang.String |
Unix
Deprecated. Line separator for Unix systems (\n). |
static java.lang.String |
Web
Deprecated. Line separator for the Web (\n). |
static java.lang.String |
Windows
Deprecated. Line separator for Windows systems (\r\n). |
Constructor Summary | |
---|---|
LineSeparator()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String Unix
public static final java.lang.String Windows
public static final java.lang.String Macintosh
public static final java.lang.String Web
Constructor Detail |
---|
public LineSeparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |