Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLDOMImplementation [javadoc | source]

All Implemented Interfaces:
    DOMImplementation

The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
Method from org.w3c.dom.html.HTMLDOMImplementation Summary:
createHTMLDocument
Method from org.w3c.dom.html.HTMLDOMImplementation Detail:
 public HTMLDocument createHTMLDocument(String title)
    Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .