Package | Description |
---|---|
org.znerd.xmlenc |
XMLenc, the fast XML output library.
|
Modifier and Type | Field and Description |
---|---|
static LineBreak |
LineBreak.DOS
DOS and Windows line break.
|
static LineBreak |
LineBreak.MACOS
MacOS line break.
|
static LineBreak |
LineBreak.NONE
Empty line break.
|
static LineBreak |
LineBreak.UNIX
Unix and MacOS/X line break.
|
Modifier and Type | Method and Description |
---|---|
LineBreak |
XMLOutputter.getLineBreak()
Returns the currently used line break.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLOutputter.setLineBreak(LineBreak lineBreak)
Sets the type of line break to use.
|
Copyright © 2003–2015. All rights reserved.