org.w3c.tidy
Class AttributeTable

java.lang.Object
  |
  +--org.w3c.tidy.AttributeTable

public class AttributeTable
extends java.lang.Object

HTML attribute hash table (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22
Author:
Dave Raggett , Andy Quick (translation to Java)

Field Summary
static Attribute attrAlt
           
static Attribute attrContent
           
static Attribute attrDatafld
           
static Attribute attrHeight
           
static Attribute attrHref
           
static Attribute attrId
           
static Attribute attrIsmap
           
static Attribute attrLanguage
           
static Attribute attrLongdesc
           
static Attribute attrName
           
static Attribute attrSrc
           
static Attribute attrSummary
           
static Attribute attrTitle
           
static Attribute attrType
           
static Attribute attrUsemap
           
static Attribute attrValue
           
static Attribute attrWidth
           
static Attribute attrXmlns
           
 
Constructor Summary
AttributeTable()
           
 
Method Summary
 void declareLiteralAttrib(java.lang.String name)
           
 Attribute findAttribute(AttVal attval)
           
static AttributeTable getDefaultAttributeTable()
           
 Attribute install(Attribute attr)
           
 boolean isLiteralAttribute(java.lang.String attrname)
           
 boolean isScript(java.lang.String attrname)
           
 boolean isUrl(java.lang.String attrname)
           
 Attribute lookup(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrHref

public static Attribute attrHref

attrSrc

public static Attribute attrSrc

attrId

public static Attribute attrId

attrName

public static Attribute attrName

attrSummary

public static Attribute attrSummary

attrAlt

public static Attribute attrAlt

attrLongdesc

public static Attribute attrLongdesc

attrUsemap

public static Attribute attrUsemap

attrIsmap

public static Attribute attrIsmap

attrLanguage

public static Attribute attrLanguage

attrType

public static Attribute attrType

attrTitle

public static Attribute attrTitle

attrXmlns

public static Attribute attrXmlns

attrValue

public static Attribute attrValue

attrContent

public static Attribute attrContent

attrDatafld

public static Attribute attrDatafld

attrWidth

public static Attribute attrWidth

attrHeight

public static Attribute attrHeight
Constructor Detail

AttributeTable

public AttributeTable()
Method Detail

lookup

public Attribute lookup(java.lang.String name)

install

public Attribute install(Attribute attr)

findAttribute

public Attribute findAttribute(AttVal attval)

isUrl

public boolean isUrl(java.lang.String attrname)

isScript

public boolean isScript(java.lang.String attrname)

isLiteralAttribute

public boolean isLiteralAttribute(java.lang.String attrname)

declareLiteralAttrib

public void declareLiteralAttrib(java.lang.String name)

getDefaultAttributeTable

public static AttributeTable getDefaultAttributeTable()