Uses of Interface
org.w3c.dom.html.HTMLDocument
| Package | Description | 
|---|---|
| org.w3c.dom.html | Provides interfaces for DOM Level 2 HTML Specification. | 
- 
Uses of HTMLDocument in org.w3c.dom.htmlMethods in org.w3c.dom.html that return HTMLDocument Modifier and Type Method Description HTMLDocumentHTMLDOMImplementation. createHTMLDocument(String title)Creates anHTMLDocumentobject with the minimal tree made of the following elements:HTML,HEAD,TITLE, andBODY.