Uses of Class
org.w3c.tidy.Attribute
-
Packages that use Attribute Package Description org.w3c.tidy -
-
Uses of Attribute in org.w3c.tidy
Fields in org.w3c.tidy declared as Attribute Modifier and Type Field Description protected static AttributeAttributeTable. attrAltalt attribute.protected static AttributeAttributeTable. attrContentcontent attribute.protected static AttributeAttributeTable. attrDataflddatafld attribute.protected static AttributeAttributeTable. attrHeightheight attribute.protected static AttributeAttributeTable. attrHrefhref attribute.protected static AttributeAttributeTable. attrIdid attribute.protected static AttributeAttributeTable. attrIsmapismap attribute.protected static AttributeAttributeTable. attrLanguagelanguage attribute.protected static AttributeAttributeTable. attrLongdesclogdesc attribute.protected static AttributeAttributeTable. attrNamename attribute.protected static AttributeAttributeTable. attrSrcsrc attribute.protected static AttributeAttributeTable. attrSummarysummary attribute.protected static AttributeAttributeTable. attrTitletitle attribute.protected static AttributeAttributeTable. attrTypetype attribute.protected static AttributeAttributeTable. attrUsemapusemap attribute.protected static AttributeAttributeTable. attrValuevalue attribute.protected static AttributeAttributeTable. attrWidthwidth attribute.protected static AttributeAttributeTable. attrXmlnsxmlns attribute.protected AttributeAttVal. dictAttribute definition.Methods in org.w3c.tidy that return Attribute Modifier and Type Method Description AttributeAttVal. checkAttribute(Lexer lexer, Node node)Check attribute name/value and report errors.AttributeAttributeTable. findAttribute(AttVal attval)public method for finding attribute definition by name.AttributeAttVal. getDict()Getter fordict.AttributeAttributeTable. install(Attribute attr)installs a new Attribute.AttributeAttributeTable. lookup(java.lang.String name)lookup an installed Attribute.Methods in org.w3c.tidy with parameters of type Attribute Modifier and Type Method Description AttributeAttributeTable. install(Attribute attr)installs a new Attribute.voidAttVal. setDict(Attribute dict)Setter fordict.Constructors in org.w3c.tidy with parameters of type Attribute Constructor Description AttVal(AttVal next, Attribute dict, int delim, java.lang.String attribute, java.lang.String value)Instantiates a new AttVal.AttVal(AttVal next, Attribute dict, Node asp, Node php, int delim, java.lang.String attribute, java.lang.String value)Instantiates a new AttVal.
-