|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Start of an A-tag |
static TagType |
TagType.APPLET
Start of an APPLET-tag |
static TagType |
TagType.B
Start of an B-tag |
static TagType |
TagType.BLINK
Start of an BLINK-tag |
static TagType |
TagType.BODY
Start of an BODY-tag |
static TagType |
TagType.BR
A BR-tag |
static TagType |
TagType.DIV
Start of an DIV-tag |
static TagType |
TagType.DOCTYPE
Start of an DOCTYPE-tag |
static TagType |
TagType.FONT
Start of an FONT-tag |
static TagType |
TagType.FORM
Start of an FORM-tag |
static TagType |
TagType.FRAMESET
Start of an FRAMESET-tag |
static TagType |
TagType.HEAD
Start of an HEAD-tag |
static TagType |
TagType.HTML
Start of an HTML-tag |
static TagType |
TagType.IMG
Start of an IMG-tag |
static TagType |
TagType.INPUT
Start of an INPUT-tag |
static TagType |
TagType.LAYER
Start of an LAYER-tag |
static TagType |
TagType.LI
Start of an LI-tag |
static TagType |
TagType.META
Start of an META-tag |
static TagType |
TagType.OBJECT
Start of an OBJECT-tag |
static TagType |
TagType.P
Start of an P-tag |
static TagType |
TagType.SA
End of an A-tag |
static TagType |
TagType.SAPPLET
End of an APPLET-tag |
static TagType |
TagType.SB
End of an B-tag |
static TagType |
TagType.SBLINK
End of an BLINK-tag |
static TagType |
TagType.SBODY
End of an BODY-tag |
static TagType |
TagType.SCRIPT
Start of an SCRIPT-tag |
static TagType |
TagType.SDIV
End of an DIV-tag |
static TagType |
TagType.SFONT
End of an FONT-tag |
static TagType |
TagType.SFORM
End of an FORM-tag |
static TagType |
TagType.SFRAMESET
End of an FRAMESET-tag |
static TagType |
TagType.SHEAD
End of an HEAD-tag |
static TagType |
TagType.SHTML
End of an HTML-tag |
static TagType |
TagType.SIMG
End of an IMG-tag |
static TagType |
TagType.SLAYER
End of an LAYER-tag |
static TagType |
TagType.SLI
End of an LI-tag |
static TagType |
TagType.SMETA
End of an META-tag |
static TagType |
TagType.SOBJECT
End of an OBJECT-tag |
static TagType |
TagType.SP
End of an P-tag |
static TagType |
TagType.SPAN
Start of an SPAN-tag |
static TagType |
TagType.SSCRIPT
End of an SCRIPT-tag |
static TagType |
TagType.SSPAN
End of an SPAN-tag |
static TagType |
TagType.SSTYLE
End of an STYLE-tag |
static TagType |
TagType.STABLE
End of an TABLE-tag |
static TagType |
TagType.STD
End of an TD-tag |
static TagType |
TagType.STITLE
End of an TITLE-tag |
static TagType |
TagType.STR
End of an TR-tag |
static TagType |
TagType.STT
End of an TT-tag |
static TagType |
TagType.STYLE
Start of an STYLE-tag |
static TagType |
TagType.TABLE
Start of an TABLE-tag |
static TagType |
TagType.TD
Start of an TD-tag |
static TagType |
TagType.TITLE
Start of an TITLE-tag |
static TagType |
TagType.TR
Start of an TR-tag |
static TagType |
TagType.TT
Start of an TT-tag |
Methods in rabbit.html that return TagType | |
---|---|
TagType |
Tag.getTagType()
Get the tagtype of this tag. |
static TagType |
TagType.getTagType(String type)
Get the TagType matching the given String. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |