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