|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface declares the constants used in this API.
| Field Summary | |
static int |
ATTRIBUTE
Indicates an event is an attribute |
static int |
CDATA
Indicates an event is a CDATA section |
static int |
CHARACTERS
Indicates an event is characters |
static int |
COMMENT
Indicates an event is a comment |
static int |
DTD
Indicates an event is a DTD |
static int |
END_DOCUMENT
Indicates an event is an end document |
static int |
END_ELEMENT
Indicates an event is an end element |
static int |
END_ENTITY
Indicates an event is the end of a resolved entity |
static int |
ENTITY_DECLARATION
Indicates a Entity Declaration |
static int |
ENTITY_REFERENCE
Indicates an event is an entity reference |
static int |
NAMESPACE
Indicates an event is a namepsace |
static int |
NOTATION_DECLARATION
Indicates a Notation |
static int |
PROCESSING_INSTRUCTION
Indicates an event is a processing instruction |
static int |
SPACE
Indicates an event is a space, events are only reported as SPACE if they are ignorable white space. |
static int |
START_DOCUMENT
Indicates an event is a start document |
static int |
START_ELEMENT
Indicates an event is a start element |
static int |
START_ENTITY
Indicates an event is the start of a resolved entity |
| Field Detail |
public static final int START_ELEMENT
StartElement,
Constant Field Valuespublic static final int END_ELEMENT
EndElement,
Constant Field Valuespublic static final int PROCESSING_INSTRUCTION
ProcessingInstruction,
Constant Field Valuespublic static final int CHARACTERS
Characters,
Constant Field Valuespublic static final int COMMENT
Comment,
Constant Field Valuespublic static final int SPACE
Characters,
Constant Field Valuespublic static final int START_DOCUMENT
StartDocument,
Constant Field Valuespublic static final int END_DOCUMENT
EndDocument,
Constant Field Valuespublic static final int ENTITY_REFERENCE
EntityReference,
Constant Field Valuespublic static final int ATTRIBUTE
Attribute,
Constant Field Valuespublic static final int DTD
DTD,
Constant Field Valuespublic static final int CDATA
Characters,
Constant Field Valuespublic static final int NAMESPACE
Namespace,
Constant Field Valuespublic static final int START_ENTITY
StartEntity,
Constant Field Valuespublic static final int END_ENTITY
EndEntity,
Constant Field Valuespublic static final int NOTATION_DECLARATION
NotationDeclaration,
Constant Field Valuespublic static final int ENTITY_DECLARATION
NotationDeclaration,
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||