Uses of Interface
org.w3c.dom.html.HTMLDocument
Packages that use HTMLDocument
-
Uses of HTMLDocument in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLDocumentModifier and TypeMethodDescriptionHTMLDOMImplementation.createHTMLDocument
(String title) Creates anHTMLDocument
object with the minimal tree made of the following elements:HTML
,HEAD
,TITLE
, andBODY
.