public enum EventType extends 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:
| Modifier and Type | Method and Description |
|---|---|
static EventType |
valueOf(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.
|
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
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 nullCopyright © 2018 Siemens AG. All rights reserved.