软件包 | 描述 |
---|---|
javax.xml.stream | |
javax.xml.stream.events | |
javax.xml.stream.util |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLStreamReader
的xmlstreamreader接口允许向前,XML的只读访问。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute
包含属性的信息的接口。
|
interface |
Characters
此描述了字符事件的接口。
|
interface |
Comment
评论事件的接口
|
interface |
DTD
这是处理不同事件的高层接口
|
interface |
EndDocument
文档结束的标记接口
|
interface |
EndElement
端元事件的一个接口。
|
interface |
EntityDeclaration
处理实体声明这个接口是用来记录和报告未分析实体声明一个接口。
|
interface |
EntityReference
处理实体事件的接口。
|
interface |
Namespace
包含命名空间的信息的接口。
|
interface |
NotationDeclaration
处理符号声明的接口接收符号声明事件的通知。
|
interface |
ProcessingInstruction
描述处理指令中的数据的接口
|
interface |
StartDocument
一个开始文档事件的接口
|
interface |
StartElement
startElement接口提供访问关于启动元件信息。
|
interface |
XMLEvent
这是处理标记事件的基本事件接口。
|
Modifier and Type | Class and Description |
---|---|
class |
StreamReaderDelegate
这是基类派生XMLStreamReader过滤器的类设计,坐在一个应用程序的xmlstreamreader XMLStreamReader并。
|
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.