Contents
Interface HTMLDOMImplementation
- All Superinterfaces:
DOMImplementation
The
HTMLDOMImplementation
interface extends the
DOMImplementation
interface with a method for creating an
HTML document instance.- Since:
- 1.4, DOM Level 2
-
Method Summary
Modifier and TypeMethodDescriptioncreateHTMLDocument
(String title) Creates anHTMLDocument
object with the minimal tree made of the following elements:HTML
,HEAD
,TITLE
, andBODY
.Methods declared in interface org.w3c.dom.DOMImplementation
createDocument, createDocumentType, getFeature, hasFeature