Uses of Class
rabbit.html.HTMLBlock

Packages that use HTMLBlock
net.sourceforge.apphere.proxy.rabbit.filter   
rabbit.filter This package holds the set of filters that RabbIT uses. 
rabbit.html This package holds the classes that deal with HTML code. 
 

Uses of HTMLBlock in net.sourceforge.apphere.proxy.rabbit.filter
 

Methods in net.sourceforge.apphere.proxy.rabbit.filter with parameters of type HTMLBlock
 void TitleFilter.filterHTML(HTMLBlock block)
          Read the document title and add session ID to it
 

Uses of HTMLBlock in rabbit.filter
 

Methods in rabbit.filter with parameters of type HTMLBlock
 void LowresImageFilter.filterHTML(HTMLBlock block)
          remove the lowres tags.
abstract  void HTMLFilter.filterHTML(HTMLBlock block)
          Filter a block of html.
 void BodyFilter.filterHTML(HTMLBlock block)
          Insert some text at the top of the html page.
 void BlinkFilter.filterHTML(HTMLBlock block)
          Remove blink tags.
 void BackgroundFilter.filterHTML(HTMLBlock block)
          Remove background images from the given block.
 void AdFilter.filterHTML(HTMLBlock block)
          Removes advertising from the given block.
 

Uses of HTMLBlock in rabbit.html
 

Methods in rabbit.html that return HTMLBlock
 HTMLBlock HTMLParser.parse()
          Get a HTMLBlock from the pagepart given.