Uses of Class
rabbit.html.Tag

Packages that use Tag
rabbit.filter A set of filters for sockets, http and http resources. 
rabbit.html This package holds the classes that deal with HTML code. 
 

Uses of Tag in rabbit.filter
 

Methods in rabbit.filter with parameters of type Tag
 void BackgroundFilter.handleTag(Tag tag, HtmlBlock block, int tokenIndex)
          Remove background images from the given block.
abstract  void SimpleTagFilter.handleTag(Tag tag, HtmlBlock block, int tokenIndex)
          Handle a tag.
 void BodyFilter.handleTag(Tag tag, HtmlBlock block, int tokenIndex)
           
 void LowresImageFilter.handleTag(Tag tag, HtmlBlock block, int tokenIndex)
          remove the lowres tags.
 void BlinkFilter.handleTag(Tag tag, HtmlBlock block, int tokenIndex)
          Remove blink tags.
 

Uses of Tag in rabbit.html
 

Methods in rabbit.html that return Tag
 Tag Token.getTag()
          Get the tag of this token.
 

Methods in rabbit.html with parameters of type Tag
 void Token.setTag(Tag tag)
          Set the tag of this token, also set the type to TAG.
 

Constructors in rabbit.html with parameters of type Tag
Token(Tag tag)
          Create a new Token of type Tag with given Tag.
Token(Tag tag, boolean changed)
          Create a new Token of type Tag with given Tag.
Token(Tag tag, int startindex)
          Create a new Token with given arguments and of type TAG.