Uses of Class
org.znerd.xmlenc.LineBreak
-
Packages that use LineBreak Package Description org.znerd.xmlenc Xmlenc, the fast XML output library. -
-
Uses of LineBreak in org.znerd.xmlenc
Fields in org.znerd.xmlenc declared as LineBreak Modifier and Type Field Description static LineBreakLineBreak. DOSDOS and Windows line break.static LineBreakLineBreak. MACOSMacOS line break.static LineBreakLineBreak. NONEEmpty line break.static LineBreakLineBreak. UNIXUnix and MacOS/X line break.Methods in org.znerd.xmlenc that return LineBreak Modifier and Type Method Description LineBreakXMLOutputter. getLineBreak()Returns the currently used line break.Methods in org.znerd.xmlenc with parameters of type LineBreak Modifier and Type Method Description voidXMLOutputter. setLineBreak(LineBreak lineBreak)Sets the type of line break to use.
-