ca.intelliware.amakihi.actor.http
Class XHTMLWindow

java.lang.Object
  |
  +--ca.intelliware.amakihi.actor.http.Window
        |
        +--ca.intelliware.amakihi.actor.http.XHTMLWindow

public class XHTMLWindow
extends Window


Constructor Summary
XHTMLWindow(VirtualBrowser browser, java.net.URL url, java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
protected  org.w3c.dom.Document createDocumentFromStream(java.net.URL url, java.io.InputStream inputStream)
           
 org.w3c.dom.Document getDocument()
          Gets the document
 void setDocument(org.w3c.dom.Document document)
          Sets the document
 
Methods inherited from class ca.intelliware.amakihi.actor.http.Window
getBrowser, getContentType, getInputStream, getUrl, setBrowser, setContentType, setInputStream, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLWindow

public XHTMLWindow(VirtualBrowser browser,
                   java.net.URL url,
                   java.lang.String contentType,
                   java.io.InputStream inputStream)
Method Detail

getDocument

public org.w3c.dom.Document getDocument()
                                 throws java.io.IOException,
                                        org.xml.sax.SAXException
Gets the document
Returns:
Returns a Document

setDocument

public void setDocument(org.w3c.dom.Document document)
Sets the document
Parameters:
document - The document to set

createDocumentFromStream

protected org.w3c.dom.Document createDocumentFromStream(java.net.URL url,
                                                        java.io.InputStream inputStream)
                                                 throws java.io.IOException,
                                                        org.xml.sax.SAXException


Copyright 2002 Intelliware Development. All Rights Reserved.