it.unimi.dsi.parser
Class Attribute
java.lang.Object
it.unimi.dsi.parser.Attribute
public final class Attribute
- extends Object
An SGML attribute.
name
public final CharSequence name
- The name of this attribute.
ABBR
public static final Attribute ABBR
ACCEPT_CHARSET
public static final Attribute ACCEPT_CHARSET
ACCEPT
public static final Attribute ACCEPT
ACCESSKEY
public static final Attribute ACCESSKEY
ACTION
public static final Attribute ACTION
ALIGN
public static final Attribute ALIGN
ALINK
public static final Attribute ALINK
ALT
public static final Attribute ALT
ARCHIVE
public static final Attribute ARCHIVE
AXIS
public static final Attribute AXIS
BACKGROUND
public static final Attribute BACKGROUND
BGCOLOR
public static final Attribute BGCOLOR
BORDER
public static final Attribute BORDER
CELLPADING
public static final Attribute CELLPADING
CHAR
public static final Attribute CHAR
CHAROFF
public static final Attribute CHAROFF
CHARSET
public static final Attribute CHARSET
CHECKED
public static final Attribute CHECKED
CITE
public static final Attribute CITE
CLASS
public static final Attribute CLASS
CLASSID
public static final Attribute CLASSID
CLEAR
public static final Attribute CLEAR
CODE
public static final Attribute CODE
CODEBASE
public static final Attribute CODEBASE
CODETYPE
public static final Attribute CODETYPE
COLOR
public static final Attribute COLOR
COLS
public static final Attribute COLS
COLSPAN
public static final Attribute COLSPAN
COMPACT
public static final Attribute COMPACT
CONTENT
public static final Attribute CONTENT
COORDS
public static final Attribute COORDS
DATA
public static final Attribute DATA
DATETIME
public static final Attribute DATETIME
DECLARE
public static final Attribute DECLARE
DEFER
public static final Attribute DEFER
DIR
public static final Attribute DIR
DISABLED
public static final Attribute DISABLED
ENCTYPE
public static final Attribute ENCTYPE
FACE
public static final Attribute FACE
FOR
public static final Attribute FOR
FRAME
public static final Attribute FRAME
FRAMEBORDER
public static final Attribute FRAMEBORDER
HEADERS
public static final Attribute HEADERS
HEIGHT
public static final Attribute HEIGHT
HREF
public static final Attribute HREF
HREFLANG
public static final Attribute HREFLANG
HSPACE
public static final Attribute HSPACE
HTTP_EQUIV
public static final Attribute HTTP_EQUIV
ID
public static final Attribute ID
ISMAP
public static final Attribute ISMAP
LABEL
public static final Attribute LABEL
LANG
public static final Attribute LANG
LANGUAGE
public static final Attribute LANGUAGE
LINK
public static final Attribute LINK
LONGDESC
public static final Attribute LONGDESC
MARGINHEIGHT
public static final Attribute MARGINHEIGHT
MARGINWIDTH
public static final Attribute MARGINWIDTH
MARGINLENGTH
public static final Attribute MARGINLENGTH
MEDIA
public static final Attribute MEDIA
METHOD
public static final Attribute METHOD
MULTIPLE
public static final Attribute MULTIPLE
NAME
public static final Attribute NAME
NOHREF
public static final Attribute NOHREF
NORESIZE
public static final Attribute NORESIZE
NOSHADE
public static final Attribute NOSHADE
NOWRAP
public static final Attribute NOWRAP
OBJECT
public static final Attribute OBJECT
ONBLUR
public static final Attribute ONBLUR
ONCHANGE
public static final Attribute ONCHANGE
ONCLICK
public static final Attribute ONCLICK
ONDBLCLICK
public static final Attribute ONDBLCLICK
ONFOCUS
public static final Attribute ONFOCUS
ONKEYDOWN
public static final Attribute ONKEYDOWN
ONKEYPRESS
public static final Attribute ONKEYPRESS
ONKEYUP
public static final Attribute ONKEYUP
ONLOAD
public static final Attribute ONLOAD
ONMOUSEDOWN
public static final Attribute ONMOUSEDOWN
ONMOUSEMOVE
public static final Attribute ONMOUSEMOVE
ONMOUSEOUT
public static final Attribute ONMOUSEOUT
ONMOUSEOVER
public static final Attribute ONMOUSEOVER
ONMOUSEUP
public static final Attribute ONMOUSEUP
ONRESET
public static final Attribute ONRESET
ONSELECT
public static final Attribute ONSELECT
ONSUBMIT
public static final Attribute ONSUBMIT
ONUNLOAD
public static final Attribute ONUNLOAD
PROFILE
public static final Attribute PROFILE
PROMPT
public static final Attribute PROMPT
READONLY
public static final Attribute READONLY
REL
public static final Attribute REL
REV
public static final Attribute REV
ROWS
public static final Attribute ROWS
ROWSPAN
public static final Attribute ROWSPAN
RULES
public static final Attribute RULES
SCHEME
public static final Attribute SCHEME
SCOPE
public static final Attribute SCOPE
SCROLLING
public static final Attribute SCROLLING
SELECTED
public static final Attribute SELECTED
SHAPE
public static final Attribute SHAPE
SIZE
public static final Attribute SIZE
SPAN
public static final Attribute SPAN
SRC
public static final Attribute SRC
STANDBY
public static final Attribute STANDBY
START
public static final Attribute START
STYLE
public static final Attribute STYLE
SUMMARY
public static final Attribute SUMMARY
TABINDEX
public static final Attribute TABINDEX
TARGET
public static final Attribute TARGET
TEXT
public static final Attribute TEXT
TITLE
public static final Attribute TITLE
TYPE
public static final Attribute TYPE
USEMAP
public static final Attribute USEMAP
VALIGN
public static final Attribute VALIGN
VALUE
public static final Attribute VALUE
VALUETYPE
public static final Attribute VALUETYPE
VERSION
public static final Attribute VERSION
VLINK
public static final Attribute VLINK
VSPACE
public static final Attribute VSPACE
WIDTH
public static final Attribute WIDTH
UNKNOWN
public static final Attribute UNKNOWN
Attribute
public Attribute(CharSequence name)
- Creates a new attribute with given name.
- Parameters:
name
- the name of the new attribute.
toString
public String toString()
- Returns the name of this attribute.
- Overrides:
toString
in class Object
- Returns:
- the name of this attribute.