Package org.postgresql.pljava.internal
Enum SyntheticXMLReader.SAX2PROPERTY
- java.lang.Object
-
- java.lang.Enum<SyntheticXMLReader.SAX2PROPERTY>
-
- org.postgresql.pljava.internal.SyntheticXMLReader.SAX2PROPERTY
-
- All Implemented Interfaces:
Serializable
,Comparable<SyntheticXMLReader.SAX2PROPERTY>
,Constable
- Enclosing class:
- SyntheticXMLReader
public static enum SyntheticXMLReader.SAX2PROPERTY extends Enum<SyntheticXMLReader.SAX2PROPERTY>
-
-
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 DECLARATION_HANDLER
DOCUMENT_XML_VERSION
DOM_NODE
LEXICAL_HANDLER
XML_STRING
-
Field Summary
Fields Modifier and Type Field Description String
propertyId
Class<?>
requiredClass
boolean
writable
-
Method Summary
Modifier and Type Method Description static SyntheticXMLReader.SAX2PROPERTY
fromUri(String uri)
String
propertyUri()
static SyntheticXMLReader.SAX2PROPERTY
valueOf(String name)
Returns the enum constant of this type with the specified name.boolean
valueOk(Object v)
static SyntheticXMLReader.SAX2PROPERTY[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DECLARATION_HANDLER
public static final SyntheticXMLReader.SAX2PROPERTY DECLARATION_HANDLER
-
DOCUMENT_XML_VERSION
public static final SyntheticXMLReader.SAX2PROPERTY DOCUMENT_XML_VERSION
-
DOM_NODE
public static final SyntheticXMLReader.SAX2PROPERTY DOM_NODE
-
LEXICAL_HANDLER
public static final SyntheticXMLReader.SAX2PROPERTY LEXICAL_HANDLER
-
XML_STRING
public static final SyntheticXMLReader.SAX2PROPERTY XML_STRING
-
-
Method Detail
-
values
public static SyntheticXMLReader.SAX2PROPERTY[] 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.SAX2PROPERTY 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
-
propertyUri
public String propertyUri()
-
fromUri
public static SyntheticXMLReader.SAX2PROPERTY fromUri(String uri) throws SAXNotRecognizedException
- Throws:
SAXNotRecognizedException
-
valueOk
public boolean valueOk(Object v)
-
-