|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The HTMLDOMImplementation
interface extends the
DOMImplementation
interface with a method for creating an
HTML document instance.
Method Summary | |
---|---|
HTMLDocument |
createHTMLDocument(java.lang.String title)
Creates an HTMLDocument object with the minimal tree made
of the following elements: HTML , HEAD ,
TITLE , and BODY . |
Methods inherited from interface org.w3c.dom.DOMImplementation |
---|
createDocument, createDocumentType, hasFeature |
Method Detail |
public HTMLDocument createHTMLDocument(java.lang.String title)
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.title
- The title of the document to be set as the content of the
TITLE
element, through a child Text
node.HTMLDocument
object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |