|
Enhydra 3.0.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 HTMLDocument |
createBasicDocument()
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements. |
static HTMLDocument |
createBasicDocument(java.lang.String title)
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements. |
static 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 HTMLDocument createDocument()
public static HTMLDocument createBasicDocument(java.lang.String title)
title
- The title string to set in the header.public static HTMLDocument createBasicDocument()
|
Enhydra 3.0.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |