Package org.postgresql.pljava.internal
Enum SyntheticXMLReader.ApacheFeature
- java.lang.Object
-
- java.lang.Enum<SyntheticXMLReader.ApacheFeature>
-
- org.postgresql.pljava.internal.SyntheticXMLReader.ApacheFeature
-
- All Implemented Interfaces:
Serializable
,Comparable<SyntheticXMLReader.ApacheFeature>
,Constable
- Enclosing class:
- SyntheticXMLReader
public static enum SyntheticXMLReader.ApacheFeature extends Enum<SyntheticXMLReader.ApacheFeature>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISALLOW_DOCTYPE_DECL
LOAD_EXTERNAL_DTD
XINCLUDE
-
Field Summary
Fields Modifier and Type Field Description String
featureId
Boolean
standardDefault
-
Method Summary
Modifier and Type Method Description String
featureUri()
static SyntheticXMLReader.ApacheFeature
fromUri(String uri)
static SyntheticXMLReader.ApacheFeature
valueOf(String name)
Returns the enum constant of this type with the specified name.static SyntheticXMLReader.ApacheFeature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DISALLOW_DOCTYPE_DECL
public static final SyntheticXMLReader.ApacheFeature DISALLOW_DOCTYPE_DECL
-
XINCLUDE
public static final SyntheticXMLReader.ApacheFeature XINCLUDE
-
LOAD_EXTERNAL_DTD
public static final SyntheticXMLReader.ApacheFeature LOAD_EXTERNAL_DTD
-
-
Method Detail
-
values
public static SyntheticXMLReader.ApacheFeature[] 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.ApacheFeature 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.ApacheFeature fromUri(String uri)
- Returns:
- null if not recognized
-
-