org.util.html.factory
Class HTMLDocumentFactory

java.lang.Object
  extended by org.util.html.factory.HTMLDocumentFactory

public class HTMLDocumentFactory
extends java.lang.Object


Constructor Summary
HTMLDocumentFactory()
           
 
Method Summary
 HTMLDocument createDocument(java.net.URL url, HTMLDocument doc)
           
 HTMLDocument createDocument(java.net.URL url, java.net.URLConnection connection, java.io.InputStream is, HTMLDocument document)
           
 void setLogListener(LogListener log_listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDocumentFactory

public HTMLDocumentFactory()
Method Detail

setLogListener

public void setLogListener(LogListener log_listener)

createDocument

public HTMLDocument createDocument(java.net.URL url,
                                   HTMLDocument doc)
                            throws java.lang.Exception
Throws:
java.lang.Exception

createDocument

public HTMLDocument createDocument(java.net.URL url,
                                   java.net.URLConnection connection,
                                   java.io.InputStream is,
                                   HTMLDocument document)
                            throws java.lang.Exception
Throws:
java.lang.Exception