Uses of Enum Class
org.basex.io.serial.SerializerOptions.Newline
Packages that use SerializerOptions.Newline
-
Uses of SerializerOptions.Newline in org.basex.io.serial
Fields in org.basex.io.serial with type parameters of type SerializerOptions.NewlineModifier and TypeFieldDescriptionstatic final EnumOption<SerializerOptions.Newline>SerializerOptions.NEWLINESpecific serialization parameter: newline.Methods in org.basex.io.serial that return SerializerOptions.NewlineModifier and TypeMethodDescriptionstatic SerializerOptions.NewlineReturns the enum constant of this class with the specified name.static SerializerOptions.Newline[]SerializerOptions.Newline.values()Returns an array containing the constants of this enum class, in the order they are declared.