Uses of Class
org.htmlunit.javascript.host.dom.DocumentType
-
Packages that use DocumentType Package Description org.htmlunit.javascript.host.dom 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 DocumentType Modifier and Type Method Description XMLDocument
DOMImplementation. createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
Creates anXMLDocument
.
-