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 Modifier and Type 方法 描述 DocumentTypeDOMImplementation. createDocumentType(String qualifiedName, String publicId, String systemId)创建一个空的DocumentType节点。DocumentTypeDocument. getDoctype()与本文档关联的文档类型声明(见DocumentType)。Methods in org.w3c.dom with parameters of type DocumentType Modifier and Type 方法 描述 DocumentDOMImplementation. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)使用其文档元素创建指定类型的DOM文档对象。
-