Uses of Class
textbender.o.rhinohide.core.RhiDocument

Packages that use RhiDocument
textbender.o.rhinohide   
textbender.o.rhinohide.core   
textbender.o.rhinohide.html   
 

Uses of RhiDocument in textbender.o.rhinohide
 

Methods in textbender.o.rhinohide that return RhiDocument
 RhiDocument RhiWindow.getDocument()
           
 

Uses of RhiDocument in textbender.o.rhinohide.core
 

Methods in textbender.o.rhinohide.core that return RhiDocument
static RhiDocument RhiDocument.wrapDocument(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiDocument.
(package private) static RhiDocument RhiDocument.wrapDocument(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
 

Uses of RhiDocument in textbender.o.rhinohide.html
 

Subclasses of RhiDocument in textbender.o.rhinohide.html
 class RhiHTMLDocument
          An HTML document implemented as an overlay of a JavaScript HTML document.