JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
org.w3c.dom.DOMImplementationList
Packages that use
DOMImplementationList
软件包
描述
org.w3c.dom
提供文档对象模型(DOM)的接口。
org.w3c.dom.bootstrap
提供用于获取
DOMImplementation
实例的
DOMImplementation
。
Uses of
DOMImplementationList
in
org.w3c.dom
Methods in
org.w3c.dom
that return
DOMImplementationList
变量和类型
方法
描述
DOMImplementationList
DOMImplementationSource.
getDOMImplementationList
(
String
features)
一种请求支持指定功能和版本的DOM实现列表的方法,如中所述。
Uses of
DOMImplementationList
in
org.w3c.dom.bootstrap
Methods in
org.w3c.dom.bootstrap
that return
DOMImplementationList
变量和类型
方法
描述
DOMImplementationList
DOMImplementationRegistry.
getDOMImplementationList
(
String
features)
返回支持所需功能的实现列表。