|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLStreamConstants
This interface declares the constants used in this API. Numbers in the range 0 to 256 are reserved for the specification, user defined events must use event codes outside that range.
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 |
ENTITY_DECLARATION
Indicates a Entity Declaration. |
static int |
ENTITY_REFERENCE
Indicates an event is an entity reference. |
static int |
NAMESPACE
Indicates the event is a namespace declaration. |
static int |
NOTATION_DECLARATION
Indicates a Notation. |
static int |
PROCESSING_INSTRUCTION
Indicates an event is a processing instruction. |
static int |
SPACE
The characters are white space (see [XML], 2.10 "White Space Handling"). |
static int |
START_DOCUMENT
Indicates an event is a start document. |
static int |
START_ELEMENT
Indicates an event is a start element. |
Field Detail |
---|
static final int START_ELEMENT
static final int END_ELEMENT
static final int PROCESSING_INSTRUCTION
static final int CHARACTERS
static final int COMMENT
static final int SPACE
static final int START_DOCUMENT
static final int END_DOCUMENT
static final int ENTITY_REFERENCE
static final int ATTRIBUTE
static final int DTD
static final int CDATA
static final int NAMESPACE
static final int NOTATION_DECLARATION
static final int ENTITY_DECLARATION
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |