Uses of Interface
org.w3c.dom.DOMImplementation
-
Packages that use DOMImplementation 软件包 描述 javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。org.w3c.dom 提供文档对象模型(DOM)的接口。org.w3c.dom.bootstrap 提供用于获取DOMImplementation实例的DOMImplementation。org.w3c.dom.css 为DOM Level 2样式规范提供接口。org.w3c.dom.html 为DOM Level 2 HTML规范提供接口。 -
-
Uses of DOMImplementation in javax.xml.parsers
Methods in javax.xml.parsers that return DOMImplementation 变量和类型 方法 描述 abstract DOMImplementationDocumentBuilder. getDOMImplementation()获取DOMImplementation对象的实例。 -
Uses of DOMImplementation in org.w3c.dom
Methods in org.w3c.dom that return DOMImplementation 变量和类型 方法 描述 DOMImplementationDOMImplementationSource. getDOMImplementation(String features)请求支持指定功能的第一个DOM实现的方法。DOMImplementationDocument. getImplementation()处理此文档的DOMImplementation对象。DOMImplementationDOMImplementationList. item(int index)返回集合中的index项。 -
Uses of DOMImplementation in org.w3c.dom.bootstrap
Methods in org.w3c.dom.bootstrap that return DOMImplementation 变量和类型 方法 描述 DOMImplementationDOMImplementationRegistry. getDOMImplementation(String features)返回具有所需功能的第一个实现,如果没有找到,则返回null。 -
Uses of DOMImplementation in org.w3c.dom.css
Subinterfaces of DOMImplementation in org.w3c.dom.css 变量和类型 接口 描述 interfaceDOMImplementationCSS此接口允许DOM用户在文档的上下文之外创建CSSStyleSheet。 -
Uses of DOMImplementation in org.w3c.dom.html
Subinterfaces of DOMImplementation in org.w3c.dom.html 变量和类型 接口 描述 interfaceHTMLDOMImplementation所述HTMLDOMImplementation接口扩展了DOMImplementation接口与用于创建HTML文档实例的方法。
-