|
共通 DOM API | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| DocumentType を使用しているパッケージ | |
|---|---|
| org.w3c.dom | Java API for XML Processing のコンポーネント API の 1 つである、Document Object Model (ドキュメントオブジェクトモデル: DOM) インタフェースを提供します。 |
| org.w3c.dom での DocumentType の使用 |
|---|
| DocumentType を返す org.w3c.dom のメソッド | |
|---|---|
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId)
空の DocumentType ノードを作成します。 |
DocumentType |
Document.getDoctype()
このドキュメントに関連付けられた Document Type Declaration ( DocumentType を参照)。 |
| DocumentType 型のパラメータを持つ org.w3c.dom のメソッド | |
|---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
ドキュメント要素を使って指定された型の DOM Document オブジェクトを生成します。 |
|
共通 DOM API | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||