Enhydra 5.1 API

com.lutris.xml.xmlc.html
Class HTMLDocumentFactory

java.lang.Object
  |
  +--com.lutris.xml.xmlc.html.HTMLDocumentFactory

Deprecated. use org.enhydra.xml.xmlc.html.HTMLDocumentFactory

public class HTMLDocumentFactory
extends java.lang.Object

Factory class for constructing new HTMLDocument objects without needing to know the implementing class.

See Also:
HTMLDocumentFactory

Method Summary
static HTMLDocument createBasicDocument()
          Deprecated. Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.
static HTMLDocument createDocument()
          Deprecated. 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

createDocument

public static HTMLDocument createDocument()
Deprecated. 
Create a new HTMLDocument object.


createBasicDocument

public static HTMLDocument createBasicDocument()
Deprecated. 
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.


Enhydra 5.1 API