共通 DOM API

インタフェース
org.w3c.dom.DOMImplementation の使用

DOMImplementation を使用しているパッケージ
com.sun.java.browser.dom   
org.w3c.dom Java API for XML Processing のコンポーネント API の 1 つである、Document Object Model (ドキュメントオブジェクトモデル: DOM) インタフェースを提供します。 
org.w3c.dom.bootstrap   
org.w3c.dom.css   
org.w3c.dom.html   
 

com.sun.java.browser.dom での DOMImplementation の使用
 

DOMImplementation を返す com.sun.java.browser.dom のメソッド
abstract  DOMImplementation DOMServiceProvider.getDOMImplementation()
          DOM の DOMImplemenation オブジェクトを返します。
 DOMImplementation DOMAccessor.getDOMImplementation()
          DOMImplementation オブジェクトを返します。
 

org.w3c.dom での DOMImplementation の使用
 

DOMImplementation を返す org.w3c.dom のメソッド
 DOMImplementation DOMImplementationSource.getDOMImplementation(String features)
          指定された機能をサポートする最初の DOM 実装を要求するメソッド。
 DOMImplementation Document.getImplementation()
          このドキュメントを処理する DOMImplementation オブジェクト。
 DOMImplementation DOMImplementationList.item(int index)
          このコレクションの index 番目の項目を返します。
 

org.w3c.dom.bootstrap での DOMImplementation の使用
 

DOMImplementation を返す org.w3c.dom.bootstrap のメソッド
 DOMImplementation DOMImplementationRegistry.getDOMImplementation(String features)
          必要な機能を持つ最初の実装を返します。
 

org.w3c.dom.css での DOMImplementation の使用
 

org.w3c.dom.css での DOMImplementation のサブインタフェース
 interface DOMImplementationCSS
          このインタフェースを使用すると、DOM ユーザは、ドキュメントのコンテキスト外に CSSStyleSheet を作成できます。
 

org.w3c.dom.html での DOMImplementation の使用
 

org.w3c.dom.html での DOMImplementation のサブインタフェース
 interface HTMLDOMImplementation
          HTMLDOMImplementation インタフェースは、HTML ドキュメントのインスタンスを作成するメソッドで DOMImplementation インタフェースを拡張したものです。
 


共通 DOM API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.