|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.html.parser.AttributeList
Untamed:
Field Summary | |
(package private) static Hashtable |
attributeTypes
Create a hashtable of attribute types. |
int |
modifier
Enabled: |
String |
name
Enabled: |
AttributeList |
next
Enabled: |
int |
type
Enabled: |
String |
value
Enabled: |
Vector |
values
Enabled: |
Fields inherited from interface javax.swing.text.html.parser.DTDConstants |
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM |
Constructor Summary | |
(package private) |
AttributeList()
|
|
AttributeList(String name)
Enabled: Create an attribute list element. |
|
AttributeList(String name,
int type,
int modifier,
String value,
Vector values,
AttributeList next)
Enabled: Create an attribute list element. |
Method Summary | |
(package private) static void |
defineAttributeType(String nm,
int val)
|
int |
getModifier()
Enabled: @return attribute modifier |
String |
getName()
Enabled: @return attribute name |
AttributeList |
getNext()
Enabled: @return the next attribute in the list |
int |
getType()
Enabled: @return attribute type |
String |
getValue()
Enabled: @return default attribute value |
Enumeration |
getValues()
Enabled: @return possible attribute values |
static int |
name2type(String nm)
Enabled: |
String |
toString()
Suppressed: @return string representation |
static String |
type2name(int tp)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public String name
public int type
public Vector values
public int modifier
public String value
public AttributeList next
static Hashtable attributeTypes
Constructor Detail |
AttributeList()
public AttributeList(String name)
public AttributeList(String name, int type, int modifier, String value, Vector values, AttributeList next)
Method Detail |
public String getName()
public int getType()
DTDConstants
public int getModifier()
DTDConstants
public Enumeration getValues()
public String getValue()
public AttributeList getNext()
public String toString()
toString
in class Object
static void defineAttributeType(String nm, int val)
public static int name2type(String nm)
public static String type2name(int tp)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |