| 
JavaTM 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 Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。