|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mode | |
|---|---|
| org.simpleframework.xml.stream | |
| Uses of Mode in org.simpleframework.xml.stream |
|---|
| Methods in org.simpleframework.xml.stream that return Mode | |
|---|---|
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. |
| Methods in org.simpleframework.xml.stream with parameters of type Mode | |
|---|---|
void |
OutputNode.setMode(Mode mode)
This is used to set the output mode of this node to either be CDATA, escaped, or inherited. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||