rabbit.html
Class TagType

java.lang.Object
  extended byrabbit.html.TagType

public class TagType
extends java.lang.Object

This is a class that holds common tagtypes.


Field Summary
static TagType A
           
static TagType BLINK
           
static TagType BODY
           
static TagType DOCTYPE
           
static TagType IMG
           
static TagType LAYER
           
static TagType SA
           
static TagType SBLINK
           
static TagType SBODY
           
static TagType SCRIPT
           
static TagType SIMG
           
static TagType SLAYER
           
static TagType SSCRIPT
           
static TagType STABLE
           
static TagType STD
           
static TagType STITLE
           
static TagType STR
           
static TagType TABLE
           
static TagType TD
           
static TagType TITLE
           
static TagType TR
           
 
Method Summary
static TagType getTagType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TITLE

public static final TagType TITLE

STITLE

public static final TagType STITLE

A

public static final TagType A

SA

public static final TagType SA

IMG

public static final TagType IMG

SIMG

public static final TagType SIMG

LAYER

public static final TagType LAYER

SLAYER

public static final TagType SLAYER

SCRIPT

public static final TagType SCRIPT

SSCRIPT

public static final TagType SSCRIPT

BODY

public static final TagType BODY

SBODY

public static final TagType SBODY

TABLE

public static final TagType TABLE

STABLE

public static final TagType STABLE

TR

public static final TagType TR

STR

public static final TagType STR

TD

public static final TagType TD

STD

public static final TagType STD

BLINK

public static final TagType BLINK

SBLINK

public static final TagType SBLINK

DOCTYPE

public static final TagType DOCTYPE
Method Detail

getTagType

public static TagType getTagType(java.lang.String type)

toString

public java.lang.String toString()