public enum XmlEncoderFlags extends Enum<XmlEncoderFlags>
| Enum Constant and Description |
|---|
ADD_SCHEMA_LOCATION
Should be of type
boolean. |
ENCODE_NAMESPACE
Should be of type
String. |
XML_OPTIONS
Should be of type
java.util.function.Supplier<org.apache.xmlbeans.XmlOptions>. |
XML_VERSION
Should be of type
String. |
| Modifier and Type | Method and Description |
|---|---|
static XmlEncoderFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlEncoderFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlEncoderFlags ENCODE_NAMESPACE
String.public static final XmlEncoderFlags ADD_SCHEMA_LOCATION
boolean.public static final XmlEncoderFlags XML_VERSION
String.public static final XmlEncoderFlags XML_OPTIONS
java.util.function.Supplier<org.apache.xmlbeans.XmlOptions>.public static XmlEncoderFlags[] values()
for (XmlEncoderFlags c : XmlEncoderFlags.values()) System.out.println(c);
public static XmlEncoderFlags valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.