it.unimi.dsi.mg4j.util.parser
Class Attribute

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

Deprecated. Moved to dsiutils.

@Deprecated
public final class Attribute
extends Object

An SGML attribute.


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


ABBR

public static final Attribute ABBR
Deprecated. 

ACCEPT_CHARSET

public static final Attribute ACCEPT_CHARSET
Deprecated. 

ACCEPT

public static final Attribute ACCEPT
Deprecated. 

ACCESSKEY

public static final Attribute ACCESSKEY
Deprecated. 

ACTION

public static final Attribute ACTION
Deprecated. 

ALIGN

public static final Attribute ALIGN
Deprecated. 

ALINK

public static final Attribute ALINK
Deprecated. 

ALT

public static final Attribute ALT
Deprecated. 

ARCHIVE

public static final Attribute ARCHIVE
Deprecated. 

AXIS

public static final Attribute AXIS
Deprecated. 

BACKGROUND

public static final Attribute BACKGROUND
Deprecated. 

BGCOLOR

public static final Attribute BGCOLOR
Deprecated. 

BORDER

public static final Attribute BORDER
Deprecated. 

CELLPADING

public static final Attribute CELLPADING
Deprecated. 

CHAR

public static final Attribute CHAR
Deprecated. 

CHAROFF

public static final Attribute CHAROFF
Deprecated. 

CHARSET

public static final Attribute CHARSET
Deprecated. 

CHECKED

public static final Attribute CHECKED
Deprecated. 

CITE

public static final Attribute CITE
Deprecated. 

CLASS

public static final Attribute CLASS
Deprecated. 

CLASSID

public static final Attribute CLASSID
Deprecated. 

CLEAR

public static final Attribute CLEAR
Deprecated. 

CODE

public static final Attribute CODE
Deprecated. 

CODEBASE

public static final Attribute CODEBASE
Deprecated. 

CODETYPE

public static final Attribute CODETYPE
Deprecated. 

COLOR

public static final Attribute COLOR
Deprecated. 

COLS

public static final Attribute COLS
Deprecated. 

COLSPAN

public static final Attribute COLSPAN
Deprecated. 

COMPACT

public static final Attribute COMPACT
Deprecated. 

CONTENT

public static final Attribute CONTENT
Deprecated. 

COORDS

public static final Attribute COORDS
Deprecated. 

DATA

public static final Attribute DATA
Deprecated. 

DATETIME

public static final Attribute DATETIME
Deprecated. 

DECLARE

public static final Attribute DECLARE
Deprecated. 

DEFER

public static final Attribute DEFER
Deprecated. 

DIR

public static final Attribute DIR
Deprecated. 

DISABLED

public static final Attribute DISABLED
Deprecated. 

ENCTYPE

public static final Attribute ENCTYPE
Deprecated. 

FACE

public static final Attribute FACE
Deprecated. 

FOR

public static final Attribute FOR
Deprecated. 

FRAME

public static final Attribute FRAME
Deprecated. 

FRAMEBORDER

public static final Attribute FRAMEBORDER
Deprecated. 

HEADERS

public static final Attribute HEADERS
Deprecated. 

HEIGHT

public static final Attribute HEIGHT
Deprecated. 

HREF

public static final Attribute HREF
Deprecated. 

HREFLANG

public static final Attribute HREFLANG
Deprecated. 

HSPACE

public static final Attribute HSPACE
Deprecated. 

HTTP_EQUIV

public static final Attribute HTTP_EQUIV
Deprecated. 

ID

public static final Attribute ID
Deprecated. 

ISMAP

public static final Attribute ISMAP
Deprecated. 

LABEL

public static final Attribute LABEL
Deprecated. 

LANG

public static final Attribute LANG
Deprecated. 

LANGUAGE

public static final Attribute LANGUAGE
Deprecated. 

LINK

public static final Attribute LINK
Deprecated. 

LONGDESC

public static final Attribute LONGDESC
Deprecated. 

MARGINHEIGHT

public static final Attribute MARGINHEIGHT
Deprecated. 

MARGINWIDTH

public static final Attribute MARGINWIDTH
Deprecated. 

MARGINLENGTH

public static final Attribute MARGINLENGTH
Deprecated. 

MEDIA

public static final Attribute MEDIA
Deprecated. 

METHOD

public static final Attribute METHOD
Deprecated. 

MULTIPLE

public static final Attribute MULTIPLE
Deprecated. 

NAME

public static final Attribute NAME
Deprecated. 

NOHREF

public static final Attribute NOHREF
Deprecated. 

NORESIZE

public static final Attribute NORESIZE
Deprecated. 

NOSHADE

public static final Attribute NOSHADE
Deprecated. 

NOWRAP

public static final Attribute NOWRAP
Deprecated. 

OBJECT

public static final Attribute OBJECT
Deprecated. 

ONBLUR

public static final Attribute ONBLUR
Deprecated. 

ONCHANGE

public static final Attribute ONCHANGE
Deprecated. 

ONCLICK

public static final Attribute ONCLICK
Deprecated. 

ONDBLCLICK

public static final Attribute ONDBLCLICK
Deprecated. 

ONFOCUS

public static final Attribute ONFOCUS
Deprecated. 

ONKEYDOWN

public static final Attribute ONKEYDOWN
Deprecated. 

ONKEYPRESS

public static final Attribute ONKEYPRESS
Deprecated. 

ONKEYUP

public static final Attribute ONKEYUP
Deprecated. 

ONLOAD

public static final Attribute ONLOAD
Deprecated. 

ONMOUSEDOWN

public static final Attribute ONMOUSEDOWN
Deprecated. 

ONMOUSEMOVE

public static final Attribute ONMOUSEMOVE
Deprecated. 

ONMOUSEOUT

public static final Attribute ONMOUSEOUT
Deprecated. 

ONMOUSEOVER

public static final Attribute ONMOUSEOVER
Deprecated. 

ONMOUSEUP

public static final Attribute ONMOUSEUP
Deprecated. 

ONRESET

public static final Attribute ONRESET
Deprecated. 

ONSELECT

public static final Attribute ONSELECT
Deprecated. 

ONSUBMIT

public static final Attribute ONSUBMIT
Deprecated. 

ONUNLOAD

public static final Attribute ONUNLOAD
Deprecated. 

PROFILE

public static final Attribute PROFILE
Deprecated. 

PROMPT

public static final Attribute PROMPT
Deprecated. 

READONLY

public static final Attribute READONLY
Deprecated. 

REL

public static final Attribute REL
Deprecated. 

REV

public static final Attribute REV
Deprecated. 

ROWS

public static final Attribute ROWS
Deprecated. 

ROWSPAN

public static final Attribute ROWSPAN
Deprecated. 

RULES

public static final Attribute RULES
Deprecated. 

SCHEME

public static final Attribute SCHEME
Deprecated. 

SCOPE

public static final Attribute SCOPE
Deprecated. 

SCROLLING

public static final Attribute SCROLLING
Deprecated. 

SELECTED

public static final Attribute SELECTED
Deprecated. 

SHAPE

public static final Attribute SHAPE
Deprecated. 

SIZE

public static final Attribute SIZE
Deprecated. 

SPAN

public static final Attribute SPAN
Deprecated. 

SRC

public static final Attribute SRC
Deprecated. 

STANDBY

public static final Attribute STANDBY
Deprecated. 

START

public static final Attribute START
Deprecated. 

STYLE

public static final Attribute STYLE
Deprecated. 

SUMMARY

public static final Attribute SUMMARY
Deprecated. 

TABINDEX

public static final Attribute TABINDEX
Deprecated. 

TARGET

public static final Attribute TARGET
Deprecated. 

TEXT

public static final Attribute TEXT
Deprecated. 

TITLE

public static final Attribute TITLE
Deprecated. 

TYPE

public static final Attribute TYPE
Deprecated. 

USEMAP

public static final Attribute USEMAP
Deprecated. 

VALIGN

public static final Attribute VALIGN
Deprecated. 

VALUE

public static final Attribute VALUE
Deprecated. 

VALUETYPE

public static final Attribute VALUETYPE
Deprecated. 

VERSION

public static final Attribute VERSION
Deprecated. 

VLINK

public static final Attribute VLINK
Deprecated. 

VSPACE

public static final Attribute VSPACE
Deprecated. 

WIDTH

public static final Attribute WIDTH
Deprecated. 

UNKNOWN

public static final Attribute UNKNOWN
Deprecated. 
Constructor Detail

Attribute

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

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

toString

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

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