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