public abstract class Attribute extends java.lang.Object implements IContent
Modifier and Type | Class and Description |
---|---|
private static class |
Attribute.AttributeImpl |
Modifier and Type | Field and Description |
---|---|
static Attribute |
ALIGN |
static Attribute |
BORDER |
static Attribute |
CELLPADDING |
static Attribute |
CELLSPACING |
static Attribute |
CLASS |
static Attribute |
COLSPAN |
static Attribute |
CONTENT |
static Attribute |
HREF |
static Attribute |
HTTP_EQUIV |
static Attribute |
ID |
static Attribute |
NAME |
static Attribute |
REL |
static Attribute |
SIZE |
static Attribute |
SRC |
static Attribute |
TITLE |
static Attribute |
TYPE |
static Attribute |
WIDTH |
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object rhs) |
abstract java.lang.String |
getName() |
abstract int |
hashCode() |
public static final Attribute ID
public static final Attribute NAME
public static final Attribute TITLE
public static final Attribute TYPE
public static final Attribute CLASS
public static final Attribute HTTP_EQUIV
public static final Attribute CONTENT
public static final Attribute HREF
public static final Attribute SRC
public static final Attribute REL
public static final Attribute WIDTH
public static final Attribute SIZE
public static final Attribute BORDER
public static final Attribute CELLPADDING
public static final Attribute CELLSPACING
public static final Attribute ALIGN
public static final Attribute COLSPAN