| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.stream |
| Modifier and Type | Method and Description |
|---|---|
Mode |
OutputNode.getMode()
The
Mode is used to indicate the output mode
of this node. |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputNode.setMode(Mode mode)
This is used to set the output mode of this node to either
be CDATA, escaped, or inherited.
|
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.