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 VerbosityFormat. verbosityThis is used to determine the verbosity preference of XML.Methods in org.simpleframework.xml.stream that return Verbosity Modifier and Type Method Description VerbosityFormat. getVerbosity()This method is used to indicate the preference of verbosity for the resulting XML.static VerbosityVerbosity. 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 theFormatobject.Format(int indent, Style style, Verbosity verbosity)Constructor for theFormatobject.Format(int indent, Verbosity verbosity)Constructor for theFormatobject.Format(Style style, Verbosity verbosity)Constructor for theFormatobject.Format(Verbosity verbosity)Constructor for theFormatobject.
-