public interface XMLStreamConstants
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE
表示事件是属性
|
static int |
CDATA
表示事件是CDATA部分
|
static int |
CHARACTERS
表示事件是字符
|
static int |
COMMENT
表示事件是注释
|
static int |
DTD
表示事件是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
字符是空格(参见[XML],2.10“空白处理”)。
|
static int |
START_DOCUMENT
表示事件是一个起始文件
|
static int |
START_ELEMENT
表示事件是一个起始元素
|
static final int START_ELEMENT
StartElement
, Constant Field Values
static final int END_ELEMENT
EndElement
, Constant Field Values
static final int PROCESSING_INSTRUCTION
static final int CHARACTERS
Characters
, Constant Field Values
static final int COMMENT
Comment
, Constant Field Values
static final int SPACE
Characters
, Constant Field Values
static final int START_DOCUMENT
StartDocument
, Constant Field Values
static final int END_DOCUMENT
EndDocument
, Constant Field Values
static final int ENTITY_REFERENCE
EntityReference
, Constant Field Values
static final int ATTRIBUTE
Attribute
, Constant Field Values
static final int DTD
DTD
, Constant Field Values
static final int CDATA
Characters
, Constant Field Values
static final int NAMESPACE
Namespace
, Constant Field Values
static final int NOTATION_DECLARATION
static final int ENTITY_DECLARATION
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.