Uses of Class
org.jdom2.output.LineSeparator
-
Packages that use LineSeparator Package Description org.jdom2.output Classes to output JDOM documents to various destinations. -
-
Uses of LineSeparator in org.jdom2.output
Methods in org.jdom2.output that return LineSeparator Modifier and Type Method Description static LineSeparator
LineSeparator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineSeparator[]
LineSeparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdom2.output with parameters of type LineSeparator Modifier and Type Method Description Format
Format. setLineSeparator(LineSeparator separator)
This will set the newline separator sequence.
-