|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLStreamConstants
STaX constants.
Field Summary | |
---|---|
static int |
ATTRIBUTE
An attribute event. |
static int |
CDATA
A CDATA section event. |
static int |
CHARACTERS
A text event. |
static int |
COMMENT
A comment event. |
static int |
DTD
A DOCTYPE declaration event. |
static int |
END_DOCUMENT
An end document event. |
static int |
END_ELEMENT
An end element event. |
static int |
ENTITY_DECLARATION
An entity declaration event. |
static int |
ENTITY_REFERENCE
An entity reference event. |
static int |
NAMESPACE
A namespace event. |
static int |
NOTATION_DECLARATION
A notation declaration event. |
static int |
PROCESSING_INSTRUCTION
A processing instruction event. |
static int |
SPACE
An ignorable whitespace event. |
static int |
START_DOCUMENT
A start document event. |
static int |
START_ELEMENT
A start element event. |
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |