インタフェースorg.w3c.dom.DOMImplementation 
の使用
DOMImplementationを使用するパッケージ
パッケージ
説明
 SAX (XML用シンプルAPI)パーサーまたはDOM (ドキュメント・オブジェクト・モデル)ドキュメント・ビルダーを使用してXMLドキュメントを処理するためのクラスを提供します。
Document Object Model (DOM)のインタフェースを提供します。
DOMImplementationのインスタンスを取得するためのファクトリを提供します。DOM Level 2スタイル仕様のインタフェースを提供します。
DOM Level 2 HTML仕様のインタフェースを提供します。
- 
javax.xml.parsersでのDOMImplementationの使用修飾子と型メソッド説明abstract DOMImplementationDocumentBuilder.getDOMImplementation()DOMImplementationオブジェクトのインスタンスを取得します。
- 
org.w3c.domでのDOMImplementationの使用DOMImplementationを返すorg.w3c.domのメソッド修飾子と型メソッド説明DOMImplementationSource.getDOMImplementation(String features)指定された機能をサポートする最初のDOM実装を要求するメソッド。Document.getImplementation()この文書を処理するDOMImplementationオブジェクト。DOMImplementationList.item(int index)集合内のindex番目の項目を返します。
- 
org.w3c.dom.bootstrapでのDOMImplementationの使用修飾子と型メソッド説明DOMImplementationRegistry.getDOMImplementation(String features)必要な機能を持つ最初の実装を返します。見つからない場合はnullになります。
- 
org.w3c.dom.cssでのDOMImplementationの使用org.w3c.dom.cssのDOMImplementationのサブインタフェース修飾子と型インタフェース説明interfaceこのインタフェースを使用すると、DOMユーザーは、ドキュメントのコンテキスト外にCSSStyleSheetを作成できます。
- 
org.w3c.dom.htmlでのDOMImplementationの使用org.w3c.dom.htmlのDOMImplementationのサブインタフェース修飾子と型インタフェース説明interfaceHTMLDOMImplementationインタフェースは、HTMLドキュメントのインスタンスを作成するメソッドでDOMImplementationインタフェースを拡張したものです。