インタフェースorg.w3c.dom.DOMImplementationList
の使用
パッケージ
説明
Document Object Model (DOM)のインタフェースを提供します。
DOMImplementation
のインスタンスを取得するためのファクトリを提供します。-
org.w3c.domでのDOMImplementationListの使用
修飾子と型メソッド説明DOMImplementationSource.getDOMImplementationList
(String features) DOM Featuresに指定された機能とバージョンを指定されたとおりにサポートするDOM実装のリストを要求するメソッドです。 -
org.w3c.dom.bootstrapでのDOMImplementationListの使用
修飾子と型メソッド説明DOMImplementationRegistry.getDOMImplementationList
(String features) 必要な機能をサポートする実装のリストを返します。