Uses of Enum Class
org.jdom2.output.LineSeparator
Packages that use LineSeparator
-
Uses of LineSeparator in org.jdom2.output
Subclasses with type arguments of type LineSeparator in org.jdom2.outputModifier and TypeClassDescriptionenumAn enumeration of common separators that are used for JDOM output.Methods in org.jdom2.output that return LineSeparatorModifier and TypeMethodDescriptionstatic LineSeparatorReturns the enum constant of this class with the specified name.static LineSeparator[]LineSeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdom2.output with parameters of type LineSeparatorModifier and TypeMethodDescriptionFormat.setLineSeparator(LineSeparator separator) This will set the newline separator sequence.