All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.AttributeTable

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

public class AttributeTable
extends Object
HTML attribute hash table (c) 1998, 1999 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 26 Jul 1999


Variable Index

 o attrAlt
 o attrContent
 o attrHref
 o attrId
 o attrIsmap
 o attrLanguage
 o attrLongdesc
 o attrName
 o attrSrc
 o attrSummary
 o attrTitle
 o attrType
 o attrUsemap
 o attrValue
 o attrXmlns

Constructor Index

 o AttributeTable()

Method Index

 o findAttribute(AttVal)
 o getDefaultAttributeTable()
 o install(Attribute)
 o isScript(String)
 o isUrl(String)
 o lookup(String)

Variables

 o attrHref
 public static Attribute attrHref
 o attrSrc
 public static Attribute attrSrc
 o attrId
 public static Attribute attrId
 o attrName
 public static Attribute attrName
 o attrSummary
 public static Attribute attrSummary
 o attrAlt
 public static Attribute attrAlt
 o attrLongdesc
 public static Attribute attrLongdesc
 o attrUsemap
 public static Attribute attrUsemap
 o attrIsmap
 public static Attribute attrIsmap
 o attrLanguage
 public static Attribute attrLanguage
 o attrType
 public static Attribute attrType
 o attrTitle
 public static Attribute attrTitle
 o attrXmlns
 public static Attribute attrXmlns
 o attrValue
 public static Attribute attrValue
 o attrContent
 public static Attribute attrContent

Constructors

 o AttributeTable
 public AttributeTable()

Methods

 o lookup
 public Attribute lookup(String name)
 o install
 public Attribute install(Attribute attr)
 o findAttribute
 public Attribute findAttribute(AttVal attval)
 o isUrl
 public boolean isUrl(String attrname)
 o isScript
 public boolean isScript(String attrname)
 o getDefaultAttributeTable
 public static AttributeTable getDefaultAttributeTable()

All Packages  Class Hierarchy  This Package  Previous  Next  Index