Uses of Interface
org.w3c.dom.DOMImplementationSource
-
Packages that use DOMImplementationSource 软件包 描述 org.w3c.dom.bootstrap 提供一个工厂来获取DOMImplementation
实例。 -
-
Uses of DOMImplementationSource in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap with parameters of type DOMImplementationSource Modifier and Type 方法 描述 void
DOMImplementationRegistry. addSource(DOMImplementationSource s)
注册一个实现。
-