|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 DocumentType 的軟體套件 | |
---|---|
org.w3c.dom | 為文檔物件模型 (DOM) 提供介面,該模型是 Java API for XML Processing 的元件 API。 |
org.w3c.dom 中 DocumentType 的使用 |
---|
返回 DocumentType 的 org.w3c.dom 中的方法 | |
---|---|
DocumentType |
DOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId)
創建空 DocumentType 節點。 |
DocumentType |
Document.getDoctype()
與此文檔相關的文檔型別宣告(參見 DocumentType )。 |
參數型別為 DocumentType 的 org.w3c.dom 中的方法 | |
---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
創建具有文檔元素的指定型別的 DOM Document 物件。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。