Uses of Interface
org.w3c.dom.DOMImplementationList
-
Packages that use DOMImplementationList 软件包 描述 org.w3c.dom 提供文档对象模型(DOM)的接口。org.w3c.dom.bootstrap 提供一个工厂来获取DOMImplementation
实例。 -
-
Uses of DOMImplementationList in org.w3c.dom
Methods in org.w3c.dom that return DOMImplementationList Modifier and Type 方法 描述 DOMImplementationList
DOMImplementationSource. getDOMImplementationList(String features)
一种方法来请求支持指定特征和版本的DOM实现的列表,如 -
Uses of DOMImplementationList in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap that return DOMImplementationList Modifier and Type 方法 描述 DOMImplementationList
DOMImplementationRegistry. getDOMImplementationList(String features)
返回支持所需功能的实现列表。
-