Uses of Class
org.w3c.tidy.Attribute

Uses of Attribute in org.w3c.tidy
 

Fields in org.w3c.tidy declared as Attribute
static Attribute AttributeTable.attrHref
           
static Attribute AttributeTable.attrSrc
           
static Attribute AttributeTable.attrId
           
static Attribute AttributeTable.attrName
           
static Attribute AttributeTable.attrSummary
           
static Attribute AttributeTable.attrAlt
           
static Attribute AttributeTable.attrLongdesc
           
static Attribute AttributeTable.attrUsemap
           
static Attribute AttributeTable.attrIsmap
           
static Attribute AttributeTable.attrLanguage
           
static Attribute AttributeTable.attrType
           
static Attribute AttributeTable.attrTitle
           
static Attribute AttributeTable.attrXmlns
           
static Attribute AttributeTable.attrValue
           
static Attribute AttributeTable.attrContent
           
static Attribute AttributeTable.attrDatafld
           
static Attribute AttributeTable.attrWidth
           
static Attribute AttributeTable.attrHeight
           
 Attribute AttVal.dict
           
 

Methods in org.w3c.tidy that return Attribute
 Attribute AttributeTable.lookup(String name)
           
 Attribute AttributeTable.install(Attribute attr)
           
 Attribute AttributeTable.findAttribute(AttVal attval)
           
 Attribute AttVal.checkAttribute(Lexer lexer, Node node)
           
 

Methods in org.w3c.tidy with parameters of type Attribute
 Attribute AttributeTable.install(Attribute attr)
           
 

Constructors in org.w3c.tidy with parameters of type Attribute
AttVal(AttVal next, Attribute dict, int delim, String attribute, String value)
           
AttVal(AttVal next, Attribute dict, Node asp, Node php, int delim, String attribute, String value)
           
 



Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.