Package | Description |
---|---|
cdc.util.xml |
Modifier and Type | Method | Description |
---|---|---|
static XmlWriter.Feature |
XmlWriter.Feature.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static XmlWriter.Feature[] |
XmlWriter.Feature.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
XmlWriter.isEnabled(XmlWriter.Feature feature) |
Returns
true if a feature is enabled, false otherwise. |
XmlWriter |
XmlWriter.setEnabled(XmlWriter.Feature... features) |
|
XmlWriter |
XmlWriter.setEnabled(XmlWriter.Feature feature,
boolean enabled) |
Enables or disables a feature.
|
Copyright © 2019. All rights reserved.