| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
CamelCaseStyle
The
CamelCaseStyle is used to represent an XML style
that can be applied to a serialized object. |
class |
HyphenStyle
The
HyphenStyle is used to represent an XML style
that can be applied to a serialized object. |
| Modifier and Type | Method and Description |
|---|---|
Style |
Format.getStyle()
This is used to acquire the
Style for the format. |
| Constructor and Description |
|---|
Format(int indent,
String prolog,
Style style)
Constructor for the
Format object. |
Format(int indent,
String prolog,
Style style,
Verbosity verbosity,
boolean autoCdata)
Constructor for the
Format object. |
Format(int indent,
Style style)
Constructor for the
Format object. |
Format(int indent,
Style style,
Verbosity verbosity)
Constructor for the
Format object. |
Format(Style style)
Constructor for the
Format object. |
Format(Style style,
Verbosity verbosity)
Constructor for the
Format object. |
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.