API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.html. HTMLDOMImplementation View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 DOMImplementation
      HTMLDOMImplementation
Subinterfaces
Description
public interface HTMLDOMImplementation
  The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
See also:   
Methods
Hide/Show inherited methods
public HTMLDocument createHTMLDocument (String title)
  Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar