|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EventType>
com.siemens.ct.exi.grammar.event.EventType
public enum EventType
EventTypes used to represent XML information items in EXI (see EXI Event Code
Assignment).
Sort all productions with G i, j on the left hand side in the following order:
Method Summary | |
---|---|
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EventType START_DOCUMENT
public static final EventType ATTRIBUTE_XSI_TYPE
public static final EventType ATTRIBUTE_XSI_NIL
public static final EventType ATTRIBUTE
public static final EventType ATTRIBUTE_NS
public static final EventType ATTRIBUTE_GENERIC
public static final EventType ATTRIBUTE_INVALID_VALUE
public static final EventType ATTRIBUTE_ANY_INVALID_VALUE
public static final EventType ATTRIBUTE_GENERIC_UNDECLARED
public static final EventType START_ELEMENT
public static final EventType START_ELEMENT_NS
public static final EventType START_ELEMENT_GENERIC
public static final EventType START_ELEMENT_GENERIC_UNDECLARED
public static final EventType END_ELEMENT
public static final EventType END_ELEMENT_UNDECLARED
public static final EventType CHARACTERS
public static final EventType CHARACTERS_GENERIC
public static final EventType CHARACTERS_GENERIC_UNDECLARED
public static final EventType END_DOCUMENT
public static final EventType DOC_TYPE
public static final EventType NAMESPACE_DECLARATION
public static final EventType SELF_CONTAINED
public static final EventType ENTITY_REFERENCE
public static final EventType COMMENT
public static final EventType PROCESSING_INSTRUCTION
Method Detail |
---|
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |