Field Summary |
|
final public static short | CDATA Event type: CDATA section. |
final public static short | CHARACTERS Event type: character content. |
final public static short | COMMENT Event type: comment. |
final public static short | DOCTYPE_DECL Event type: DOCTYPE declaration. |
final public static short | DOCUMENT Event type: document. |
final public static short | ELEMENT Event type: element. |
final public static short | GENERAL_ENTITY Event type: general entity. |
final public static short | PREFIX_MAPPING Event type: prefix mapping. |
final public static short | PROCESSING_INSTRUCTION Event type: processing instruction. |
final public static short | TEXT_DECL Event type: text declaration. |
public Augmentations | augs Event augmentations. |
public XMLEvent | next Next event, if used in an event chain. |
final public short | type Event type. |