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.A
           
static TagType TagType.APPLET
           
static TagType TagType.B
           
static TagType TagType.BLINK
           
static TagType TagType.BODY
           
static TagType TagType.BR
           
static TagType TagType.DIV
           
static TagType TagType.DOCTYPE
           
static TagType TagType.FONT
           
static TagType TagType.FORM
           
static TagType TagType.FRAMESET
           
static TagType TagType.HEAD
           
static TagType TagType.HTML
           
static TagType TagType.IMG
           
static TagType TagType.INPUT
           
static TagType TagType.LAYER
           
static TagType TagType.LI
           
static TagType TagType.META
           
static TagType TagType.OBJECT
           
static TagType TagType.P
           
static TagType TagType.SA
           
static TagType TagType.SAPPLET
           
static TagType TagType.SB
           
static TagType TagType.SBLINK
           
static TagType TagType.SBODY
           
static TagType TagType.SCRIPT
           
static TagType TagType.SDIV
           
static TagType TagType.SFONT
           
static TagType TagType.SFORM
           
static TagType TagType.SFRAMESET
           
static TagType TagType.SHEAD
           
static TagType TagType.SHTML
           
static TagType TagType.SIMG
           
static TagType TagType.SLAYER
           
static TagType TagType.SLI
           
static TagType TagType.SMETA
           
static TagType TagType.SOBJECT
           
static TagType TagType.SP
           
static TagType TagType.SPAN
           
static TagType TagType.SSCRIPT
           
static TagType TagType.SSPAN
           
static TagType TagType.SSTYLE
           
static TagType TagType.STABLE
           
static TagType TagType.STD
           
static TagType TagType.STITLE
           
static TagType TagType.STR
           
static TagType TagType.STT
           
static TagType TagType.STYLE
           
static TagType TagType.TABLE
           
static TagType TagType.TD
           
static TagType TagType.TITLE
           
static TagType TagType.TR
           
static TagType TagType.TT
           
 

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