| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.stream |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Format(int indent,
String prolog,
Style style,
Verbosity verbosity,
boolean autoCdata)
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. |
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.