javax.xml.stream
public interface XMLStreamConstants
Field Summary | |
---|---|
static int | ATTRIBUTE |
static int | CDATA |
static int | CHARACTERS |
static int | COMMENT |
static int | DTD |
static int | END_DOCUMENT |
static int | END_ELEMENT |
static int | ENTITY_DECLARATION |
static int | ENTITY_REFERENCE |
static int | NAMESPACE |
static int | NOTATION_DECLARATION |
static int | PROCESSING_INSTRUCTION |
static int | SPACE |
static int | START_DOCUMENT |
static int | START_ELEMENT |