public enum SAXFeature extends Enum<SAXFeature>
Modifier and Type | Field and Description |
---|---|
static String |
STD_FEATURE_PREFIX |
Modifier and Type | Method and Description |
---|---|
String |
getSuffix() |
String |
toExternal() |
static SAXFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAXFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAXFeature EXTERNAL_GENERAL_ENTITIES
public static final SAXFeature EXTERNAL_PARAMETER_ENTITIES
public static final SAXFeature IS_STANDALONE
public static final SAXFeature LEXICAL_HANDLER_PARAMETER_ENTITIES
public static final SAXFeature NAMESPACES
public static final SAXFeature NAMESPACE_PREFIXES
public static final SAXFeature RESOLVE_DTD_URIS
public static final SAXFeature STRING_INTERNING
public static final SAXFeature UNICODE_NORMALIZATION_CHECKING
public static final SAXFeature USE_ATTRIBUTES2
public static final SAXFeature USE_LOCATOR2
public static final SAXFeature USE_ENTITY_RESOLVER2
public static final SAXFeature VALIDATION
public static final SAXFeature XMLNS_URIS
public static final SAXFeature XML_1_1
public static final String STD_FEATURE_PREFIX
public static SAXFeature[] values()
for (SAXFeature c : SAXFeature.values()) System.out.println(c);
public static SAXFeature 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 nullpublic String getSuffix()
public String toExternal()
Copyright © 2018 FasterXML. All rights reserved.