Uses of Class
rabbit.html.TagType

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

Uses of TagType in rabbit.html
 

Fields in rabbit.html declared as TagType
static TagType TagType.TITLE
           
static TagType TagType.STITLE
           
static TagType TagType.A
           
static TagType TagType.SA
           
static TagType TagType.IMG
           
static TagType TagType.SIMG
           
static TagType TagType.LAYER
           
static TagType TagType.SLAYER
           
static TagType TagType.SCRIPT
           
static TagType TagType.SSCRIPT
           
static TagType TagType.BODY
           
static TagType TagType.SBODY
           
static TagType TagType.TABLE
           
static TagType TagType.STABLE
           
static TagType TagType.TR
           
static TagType TagType.STR
           
static TagType TagType.TD
           
static TagType TagType.STD
           
static TagType TagType.BLINK
           
static TagType TagType.SBLINK
           
static TagType TagType.DOCTYPE
           
 

Methods in rabbit.html that return TagType
static TagType TagType.getTagType(java.lang.String type)
           
 TagType Tag.getTagType()
          Get the tagtype of this tag.