Package org.postgresql.pljava.internal
Enum SyntheticXMLReader.SAX2FEATURE
- java.lang.Object
-
- java.lang.Enum<SyntheticXMLReader.SAX2FEATURE>
-
- org.postgresql.pljava.internal.SyntheticXMLReader.SAX2FEATURE
-
- All Implemented Interfaces:
Serializable
,Comparable<SyntheticXMLReader.SAX2FEATURE>
,Constable
- Enclosing class:
- SyntheticXMLReader
public static enum SyntheticXMLReader.SAX2FEATURE extends Enum<SyntheticXMLReader.SAX2FEATURE>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description String
featureId
Boolean
standardDefault
boolean
writable
-
Method Summary
Modifier and Type Method Description String
featureUri()
static SyntheticXMLReader.SAX2FEATURE
fromUri(String uri)
static SyntheticXMLReader.SAX2FEATURE
valueOf(String name)
Returns the enum constant of this type with the specified name.static SyntheticXMLReader.SAX2FEATURE[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EXTERNAL_GENERAL_ENTITIES
public static final SyntheticXMLReader.SAX2FEATURE EXTERNAL_GENERAL_ENTITIES
-
EXTERNAL_PARAMETER_ENTITIES
public static final SyntheticXMLReader.SAX2FEATURE EXTERNAL_PARAMETER_ENTITIES
-
IS_STANDALONE
public static final SyntheticXMLReader.SAX2FEATURE IS_STANDALONE
-
LEXICAL_HANDLER_PARAMETER_ENTITIES
public static final SyntheticXMLReader.SAX2FEATURE LEXICAL_HANDLER_PARAMETER_ENTITIES
-
NAMESPACES
public static final SyntheticXMLReader.SAX2FEATURE NAMESPACES
-
NAMESPACE_PREFIXES
public static final SyntheticXMLReader.SAX2FEATURE NAMESPACE_PREFIXES
-
RESOLVE_DTD_URIS
public static final SyntheticXMLReader.SAX2FEATURE RESOLVE_DTD_URIS
-
STRING_INTERNING
public static final SyntheticXMLReader.SAX2FEATURE STRING_INTERNING
-
UNICODE_NORMALIZATION_CHECKING
public static final SyntheticXMLReader.SAX2FEATURE UNICODE_NORMALIZATION_CHECKING
-
USE_ATTRIBUTES2
public static final SyntheticXMLReader.SAX2FEATURE USE_ATTRIBUTES2
-
USE_LOCATOR2
public static final SyntheticXMLReader.SAX2FEATURE USE_LOCATOR2
-
USE_ENTITY_RESOLVER2
public static final SyntheticXMLReader.SAX2FEATURE USE_ENTITY_RESOLVER2
-
VALIDATION
public static final SyntheticXMLReader.SAX2FEATURE VALIDATION
-
XMLNS_URIS
public static final SyntheticXMLReader.SAX2FEATURE XMLNS_URIS
-
XML_1_1
public static final SyntheticXMLReader.SAX2FEATURE XML_1_1
-
-
Method Detail
-
values
public static SyntheticXMLReader.SAX2FEATURE[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SyntheticXMLReader.SAX2FEATURE valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
featureUri
public String featureUri()
-
fromUri
public static SyntheticXMLReader.SAX2FEATURE fromUri(String uri)
- Returns:
- null if not recognized
-
-