|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.html.TagType
public class TagType
This is a class that holds common tagtypes.
Field Summary | |
---|---|
static TagType |
A
Start of an A-tag |
static TagType |
APPLET
Start of an APPLET-tag |
static TagType |
B
Start of an B-tag |
static TagType |
BLINK
Start of an BLINK-tag |
static TagType |
BODY
Start of an BODY-tag |
static TagType |
BR
A BR-tag |
static TagType |
DIV
Start of an DIV-tag |
static TagType |
DOCTYPE
Start of an DOCTYPE-tag |
static TagType |
FONT
Start of an FONT-tag |
static TagType |
FORM
Start of an FORM-tag |
static TagType |
FRAMESET
Start of an FRAMESET-tag |
static TagType |
HEAD
Start of an HEAD-tag |
static TagType |
HTML
Start of an HTML-tag |
static TagType |
IMG
Start of an IMG-tag |
static TagType |
INPUT
Start of an INPUT-tag |
static TagType |
LAYER
Start of an LAYER-tag |
static TagType |
LI
Start of an LI-tag |
static TagType |
META
Start of an META-tag |
static TagType |
OBJECT
Start of an OBJECT-tag |
static TagType |
P
Start of an P-tag |
static TagType |
SA
End of an A-tag |
static TagType |
SAPPLET
End of an APPLET-tag |
static TagType |
SB
End of an B-tag |
static TagType |
SBLINK
End of an BLINK-tag |
static TagType |
SBODY
End of an BODY-tag |
static TagType |
SCRIPT
Start of an SCRIPT-tag |
static TagType |
SDIV
End of an DIV-tag |
static TagType |
SFONT
End of an FONT-tag |
static TagType |
SFORM
End of an FORM-tag |
static TagType |
SFRAMESET
End of an FRAMESET-tag |
static TagType |
SHEAD
End of an HEAD-tag |
static TagType |
SHTML
End of an HTML-tag |
static TagType |
SIMG
End of an IMG-tag |
static TagType |
SLAYER
End of an LAYER-tag |
static TagType |
SLI
End of an LI-tag |
static TagType |
SMETA
End of an META-tag |
static TagType |
SOBJECT
End of an OBJECT-tag |
static TagType |
SP
End of an P-tag |
static TagType |
SPAN
Start of an SPAN-tag |
static TagType |
SSCRIPT
End of an SCRIPT-tag |
static TagType |
SSPAN
End of an SPAN-tag |
static TagType |
SSTYLE
End of an STYLE-tag |
static TagType |
STABLE
End of an TABLE-tag |
static TagType |
STD
End of an TD-tag |
static TagType |
STITLE
End of an TITLE-tag |
static TagType |
STR
End of an TR-tag |
static TagType |
STT
End of an TT-tag |
static TagType |
STYLE
Start of an STYLE-tag |
static TagType |
TABLE
Start of an TABLE-tag |
static TagType |
TD
Start of an TD-tag |
static TagType |
TITLE
Start of an TITLE-tag |
static TagType |
TR
Start of an TR-tag |
static TagType |
TT
Start of an TT-tag |
Method Summary | |
---|---|
static TagType |
getTagType(String type)
Get the TagType matching the given String. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TagType A
public static final TagType SA
public static final TagType APPLET
public static final TagType SAPPLET
public static final TagType IMG
public static final TagType SIMG
public static final TagType LAYER
public static final TagType SLAYER
public static final TagType OBJECT
public static final TagType SOBJECT
public static final TagType SCRIPT
public static final TagType SSCRIPT
public static final TagType STYLE
public static final TagType SSTYLE
public static final TagType BODY
public static final TagType SBODY
public static final TagType TABLE
public static final TagType STABLE
public static final TagType TR
public static final TagType STR
public static final TagType TD
public static final TagType STD
public static final TagType BLINK
public static final TagType SBLINK
public static final TagType DOCTYPE
public static final TagType HTML
public static final TagType SHTML
public static final TagType HEAD
public static final TagType SHEAD
public static final TagType BR
public static final TagType FONT
public static final TagType SFONT
public static final TagType LI
public static final TagType SLI
public static final TagType B
public static final TagType SB
public static final TagType P
public static final TagType SP
public static final TagType TT
public static final TagType STT
public static final TagType SPAN
public static final TagType SSPAN
public static final TagType DIV
public static final TagType SDIV
public static final TagType FORM
public static final TagType SFORM
public static final TagType INPUT
public static final TagType META
public static final TagType SMETA
public static final TagType TITLE
public static final TagType STITLE
public static final TagType FRAMESET
public static final TagType SFRAMESET
Method Detail |
---|
public static TagType getTagType(String type)
type
- the String to get the TagType for
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |