All Implemented Interfaces:
DOMImplementation
HTMLDOMImplementation interface extends the
DOMImplementation interface with a method for creating an
HTML document instance.DOM - Level 2| Method from org.w3c.dom.html.HTMLDOMImplementation Summary: |
|---|
| createHTMLDocument |
| Method from org.w3c.dom.html.HTMLDOMImplementation Detail: |
|---|
HTMLDocument object with the minimal tree made
of the following elements: HTML , HEAD ,
TITLE , and BODY . |