|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Factory class for constructing new HTMLDocument objects without needing to know the implementing class.
Method Summary | |
static org.w3c.dom.html.HTMLDocument |
createBasicDocument()
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements. |
static org.w3c.dom.html.HTMLDocument |
createBasicDocument(java.lang.String title)
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements. |
static org.w3c.dom.html.HTMLDocument |
createDocument()
Create a new HTMLDocument object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static org.w3c.dom.html.HTMLDocument createDocument()
public static org.w3c.dom.html.HTMLDocument createBasicDocument(java.lang.String title)
title
- The title string to set in the header.public static org.w3c.dom.html.HTMLDocument createBasicDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |