Uses of Interface
org.w3c.dom.DocumentType
-
Packages that use DocumentType 软件包 描述 org.w3c.dom 提供文档对象模型(DOM)的接口。 -
-
Uses of DocumentType in org.w3c.dom
Methods in org.w3c.dom that return DocumentType 变量和类型 方法 描述 DocumentType
DOMImplementation. createDocumentType(String qualifiedName, String publicId, String systemId)
创建一个空的DocumentType
节点。DocumentType
Document. getDoctype()
与本文档相关的文档类型声明(参见DocumentType
)。Methods in org.w3c.dom with parameters of type DocumentType 变量和类型 方法 描述 Document
DOMImplementation. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
使用其document元素创建指定类型的DOM Document对象。
-