it.unimi.dsi.parser
Class Attribute

java.lang.Object
  extended by it.unimi.dsi.parser.Attribute

public final class Attribute
extends Object

An SGML attribute.


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

Field Detail

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
Constructor Detail

Attribute

public Attribute(CharSequence name)
Creates a new attribute with given name.

Parameters:
name - the name of the new attribute.
Method Detail

toString

public String toString()
Returns the name of this attribute.

Overrides:
toString in class Object
Returns:
the name of this attribute.