Modifier and Type | Field and Description |
---|---|
private XMLEncoder.Mode |
XMLEncoder._mode
The mode of operation--only really stored to provide a relevant toString
implementation.
|
Modifier and Type | Method and Description |
---|---|
static XMLEncoder.Mode |
XMLEncoder.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLEncoder.Mode[] |
XMLEncoder.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XMLEncoder(XMLEncoder.Mode mode)
Creates an XMLEncoder for the specified mode constant.
|