public class AttributeTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AttributeTable() |
Modifier and Type | Method and Description |
---|---|
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) |
public static Attribute attrHref
public static Attribute attrSrc
public static Attribute attrId
public static Attribute attrName
public static Attribute attrSummary
public static Attribute attrAlt
public static Attribute attrLongdesc
public static Attribute attrUsemap
public static Attribute attrIsmap
public static Attribute attrLanguage
public static Attribute attrType
public static Attribute attrTitle
public static Attribute attrXmlns
public static Attribute attrValue
public static Attribute attrContent
public static Attribute attrDatafld
public static Attribute attrWidth
public static Attribute attrHeight
public Attribute lookup(java.lang.String name)
public boolean isUrl(java.lang.String attrname)
public boolean isScript(java.lang.String attrname)
public boolean isLiteralAttribute(java.lang.String attrname)
public void declareLiteralAttrib(java.lang.String name)
public static AttributeTable getDefaultAttributeTable()