Uses of Class
org.htmlunit.javascript.host.dom.DocumentType
Packages that use DocumentType
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of DocumentType in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom with parameters of type DocumentTypeModifier and TypeMethodDescriptionDOMImplementation.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) Creates anXMLDocument
.