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

Packages that use RhiText
textbender.o.rhinohide.core   
 

Uses of RhiText in textbender.o.rhinohide.core
 

Subclasses of RhiText in textbender.o.rhinohide.core
(package private)  class RhiCDATASection
          A CDATA section implemented as an overlay of a JavaScript CDATA section.
 

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