软件包 | 描述 |
---|---|
org.xml.sax |
这个包提供了核心的SAX。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerBase
过时的。
这类作品与过时的
DocumentHandler 接口。它已被DefaultHandler SAX2类替换。
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.setDocumentHandler(DocumentHandler handler)
过时的。
允许应用程序注册一个文档事件处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
ParserAdapter
适应SAX1 SAX2解析器XmlReader。
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)
登记的SAX1文档的事件处理程序。
|
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.