跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
Uses of Interface
org.xml.sax.DocumentHandler
Packages that use
DocumentHandler
软件包
描述
org.xml.sax
提供核心SAX API。
org.xml.sax.helpers
提供帮助程序类,包括支持引导基于SAX的应用程序。
Uses of
DocumentHandler
in
org.xml.sax
Classes in
org.xml.sax
that implement
DocumentHandler
变量和类型
类
描述
class
HandlerBase
已过时。
此类适用于已弃用的
DocumentHandler
接口。
Methods in
org.xml.sax
with parameters of type
DocumentHandler
变量和类型
方法
描述
void
Parser.
setDocumentHandler
(
DocumentHandler
handler)
已过时。
允许应用程序注册文档事件处理程序。
Uses of
DocumentHandler
in
org.xml.sax.helpers
Classes in
org.xml.sax.helpers
that implement
DocumentHandler
变量和类型
类
描述
class
ParserAdapter
将SAX1 Parser调整为SAX2 XMLReader。
Methods in
org.xml.sax.helpers
with parameters of type
DocumentHandler
变量和类型
方法
描述
void
XMLReaderAdapter.
setDocumentHandler
(
DocumentHandler
handler)
Register the SAX1 document event handler.