Uses of Class
org.simpleframework.xml.stream.Verbosity
-
Packages that use Verbosity Package Description org.simpleframework.xml.stream -
-
Uses of Verbosity in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as Verbosity Modifier and Type Field Description private Verbosity
Format. verbosity
This is used to determine the verbosity preference of XML.Methods in org.simpleframework.xml.stream that return Verbosity Modifier and Type Method Description Verbosity
Format. getVerbosity()
This method is used to indicate the preference of verbosity for the resulting XML.static Verbosity
Verbosity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Verbosity[]
Verbosity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.simpleframework.xml.stream with parameters of type Verbosity Constructor Description Format(int indent, java.lang.String prolog, Style style, Verbosity verbosity)
Constructor for theFormat
object.Format(int indent, Style style, Verbosity verbosity)
Constructor for theFormat
object.Format(int indent, Verbosity verbosity)
Constructor for theFormat
object.Format(Style style, Verbosity verbosity)
Constructor for theFormat
object.Format(Verbosity verbosity)
Constructor for theFormat
object.
-