Uses of Class
cdc.util.xml.XmlWriter.Feature
-
Packages that use XmlWriter.Feature Package Description cdc.util.xml -
-
Uses of XmlWriter.Feature in cdc.util.xml
Methods in cdc.util.xml that return XmlWriter.Feature Modifier and Type Method Description static XmlWriter.Feature
XmlWriter.Feature. valueOf(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.Methods in cdc.util.xml with parameters of type XmlWriter.Feature Modifier and Type Method Description boolean
XmlWriter. isEnabled(XmlWriter.Feature feature)
Returnstrue
if a feature is enabled,false
otherwise.void
XmlWriter. setEnabled(XmlWriter.Feature... features)
void
XmlWriter. setEnabled(XmlWriter.Feature feature, boolean enabled)
Enables or disables a feature.
-