|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Verbosity | |
|---|---|
| org.simpleframework.xml.stream | |
| Uses of Verbosity in org.simpleframework.xml.stream |
|---|
| Methods in org.simpleframework.xml.stream that return Verbosity | |
|---|---|
Verbosity |
Format.getVerbosity()
This method is used to indicate the preference of verbosity for the resulting XML. |
static Verbosity |
Verbosity.valueOf(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 | |
|---|---|
Format(int indent,
String prolog,
Style style,
Verbosity verbosity)
Constructor for the Format object. |
|
Format(int indent,
Style style,
Verbosity verbosity)
Constructor for the Format object. |
|
Format(int indent,
Verbosity verbosity)
Constructor for the Format object. |
|
Format(Style style,
Verbosity verbosity)
Constructor for the Format object. |
|
Format(Verbosity verbosity)
Constructor for the Format object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||