|
Common 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 |
Document.getDoctype()
このドキュメントに関連付けられた Document Type Declaration ( DocumentType を参照)。 |
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId)
空の DocumentType ノードを作成します。 |
DocumentType 型のパラメータを持つ org.w3c.dom のメソッド | |
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
ドキュメント要素を含む、指定された型の DOM Document オブジェクトを作成します。 |
|
Common DOM API | ||||||||||
前 次 | フレームあり フレームなし |