org.enhydra.xml.xmlc.html
Class HTMLDocumentFactory
java.lang.Object
|
+--org.enhydra.xml.xmlc.html.HTMLDocumentFactory
- public class HTMLDocumentFactory
- extends Object
Factory class for constructing new HTMLDocument objects without
needing to know the implementing class.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createDocument
public static HTMLDocument createDocument()
- Create a new HTMLDocument object. The document will contain an
empty HTML element.
createBasicDocument
public static HTMLDocument createBasicDocument(String title)
- Create a new HTMLDocument object, initialized with
empty HTML, HEAD, TITLE and BODY elements.
- Parameters:
title
- The title string to set in the header.
createBasicDocument
public static HTMLDocument createBasicDocument()
- Create a new HTMLDocument object, initialized with
empty HTML, HEAD, TITLE and BODY elements.
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.