| org.w3c.dom.html.HTMLDOMImplementation
All known Subclasses: org.apache.html.dom.HTMLDOMImplementationImpl,
Method Summary | |
public HTMLDocument | createHTMLDocument(String title) Creates an HTMLDocument object with the minimal tree made
of the following elements: HTML , HEAD ,
TITLE , and BODY .
Parameters: title - The title of the document to be set as the content of the TITLE element, through a child Text node. |
createHTMLDocument | public HTMLDocument createHTMLDocument(String title)(Code) | | Creates an HTMLDocument object with the minimal tree made
of the following elements: HTML , HEAD ,
TITLE , and BODY .
Parameters: title - The title of the document to be set as the content of the TITLE element, through a child Text node. A new HTMLDocument object. |
|
|