站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Uses of Interface org.w3c.dom.DOMImplementation (Common DOM API) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Common DOM API

Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
com.sun.java.browser.dom   
org.w3c.dom Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing
org.w3c.dom.css   
org.w3c.dom.html   
 

Uses of DOMImplementation in com.sun.java.browser.dom
 

Methods in com.sun.java.browser.dom that return DOMImplementation
abstract  DOMImplementation DOMServiceProvider.getDOMImplementation()
          Returns the DOMImplemenation object of the DOM.
 DOMImplementation DOMAccessor.getDOMImplementation()
          Returns a DOMImplementation object.
 

Uses of DOMImplementation in org.w3c.dom
 

Methods in org.w3c.dom that return DOMImplementation
 DOMImplementation Document.getImplementation()
          The DOMImplementation object that handles this document.
 

Uses of DOMImplementation in org.w3c.dom.css
 

Subinterfaces of DOMImplementation in org.w3c.dom.css
 interface DOMImplementationCSS
          This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
 

Uses of DOMImplementation in org.w3c.dom.html
 

Subinterfaces of DOMImplementation in org.w3c.dom.html
 interface HTMLDOMImplementation
          The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
 


Common DOM API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.