HTMLDOMImplementation
interface extends the
DOMImplementation
interface with a method for creating an
HTML document instance.
Modifier and Type | Method and Description |
---|---|
public HTMLDocument | Returns: A newHTMLDocument object.The title of the document to be set as the content of the
title)TITLE element, through a child Text node.Creates an |
createHTMLDocument | back to summary |
---|---|
public HTMLDocument createHTMLDocument(String title) Creates an
|