Uses of Enum Class
org.basex.util.options.Options.YesNoOmit
Packages that use Options.YesNoOmit
-
Uses of Options.YesNoOmit in org.basex.io.serial
Fields in org.basex.io.serial with type parameters of type Options.YesNoOmitModifier and TypeFieldDescriptionstatic final EnumOption<Options.YesNoOmit>SerializerOptions.STANDALONESerialization parameter: yes/no/omit. -
Uses of Options.YesNoOmit in org.basex.util.options
Methods in org.basex.util.options that return Options.YesNoOmitModifier and TypeMethodDescriptionstatic Options.YesNoOmitReturns the enum constant of this class with the specified name.static Options.YesNoOmit[]Options.YesNoOmit.values()Returns an array containing the constants of this enum class, in the order they are declared.