|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.znerd.xmlenc.LineBreak
public final class LineBreak
Enumeration type for line breaks.
Field Summary | |
---|---|
static LineBreak |
DOS
DOS and Windows line break. |
static LineBreak |
MACOS
MacOS line break. |
static LineBreak |
NONE
Empty line break. |
static LineBreak |
UNIX
Unix and MacOS/X line break. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineBreak NONE
public static final LineBreak UNIX
"\n"
.
public static final LineBreak DOS
"\r\n"
.
public static final LineBreak MACOS
"\r"
.
This applies to all MacOS versions before MacOS/X. Use
UNIX
as the MacOS/X line break.
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |