public enum Attribute extends Enum<Attribute>
| Enum Constant and Description |
|---|
_for |
abbr |
accept |
acceptcharset |
accesskey |
action |
alt |
archive |
axis |
border |
cellhalign |
cellpadding |
cellspacing |
cellvalign |
charset |
checked |
classid |
clazz |
codebase |
codetype |
cols |
colspan |
coords |
data |
defer |
dir |
enctype |
frame |
frameborder |
headers |
height |
href |
hreflang |
ismap |
label |
lang |
longdesc |
marginheight |
marginwidth |
maxlength |
media |
method |
multiple |
name |
nohref |
noresize |
readonly |
rel |
rev |
rows |
rowspan |
rules |
scope |
scrolling |
selected |
shape |
size |
span |
src |
standby |
style |
summary |
tabindex |
title |
type |
usemap |
value |
valuetype |
width |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute src
public static final Attribute type
public static final Attribute maxlength
public static final Attribute lang
public static final Attribute value
public static final Attribute dir
public static final Attribute label
public static final Attribute selected
public static final Attribute action
public static final Attribute summary
public static final Attribute width
public static final Attribute border
public static final Attribute frame
public static final Attribute rules
public static final Attribute cellspacing
public static final Attribute cellpadding
public static final Attribute cellhalign
public static final Attribute cellvalign
public static final Attribute span
public static final Attribute abbr
public static final Attribute rowspan
public static final Attribute colspan
public static final Attribute axis
public static final Attribute headers
public static final Attribute scope
public static final Attribute nohref
public static final Attribute media
public static final Attribute rows
public static final Attribute cols
public static final Attribute _for
public static final Attribute ismap
public static final Attribute readonly
public static final Attribute href
public static final Attribute clazz
public static final Attribute frameborder
public static final Attribute marginwidth
public static final Attribute marginheight
public static final Attribute noresize
public static final Attribute scrolling
public static final Attribute classid
public static final Attribute codebase
public static final Attribute data
public static final Attribute codetype
public static final Attribute archive
public static final Attribute valuetype
public static final Attribute standby
public static final Attribute height
public static final Attribute style
public static final Attribute title
public static final Attribute multiple
public static final Attribute size
public static final Attribute alt
public static final Attribute tabindex
public static final Attribute accesskey
public static final Attribute name
public static final Attribute longdesc
public static final Attribute usemap
public static final Attribute charset
public static final Attribute hreflang
public static final Attribute rel
public static final Attribute rev
public static final Attribute shape
public static final Attribute coords
public static final Attribute method
public static final Attribute enctype
public static final Attribute accept
public static final Attribute acceptcharset
public static final Attribute defer
public static final Attribute checked
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2008-2012 Ovea. All Rights Reserved.