|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.serialize.LineSeparator
OutputFormat
Field Summary | |
---|---|
static java.lang.String |
Macintosh
Line separator for Macintosh systems (\r). |
static java.lang.String |
Unix
Line separator for Unix systems (\n). |
static java.lang.String |
Web
Line separator for the Web (\n). |
static java.lang.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 |
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |