Uses of Class
rabbit.html.Tag

Packages that use Tag
rabbit.html This package holds the classes that deal with HTML code. 
 

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.