GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.swing.text.html.parser.AttributeList | |
AttributeList.AttributeList(String a_name, int a_type, int a_modifier, String a_default, Vector> allowed_values, AttributeList a_next) Creates the attribute with the given properties.
|
Fields of type javax.swing.text.html.parser.AttributeList | |
AttributeList | The element attributes.
|
AttributeList | The value of ( = pointer to ) the next attribute in the linked list,
storing all attributes of some Element. |
Methods with parameter type javax.swing.text.html.parser.AttributeList | |
AttributeList | DTD.defAttributeList(String name, int type, int modifier, String default_value, String allowed_values, AttributeList atts) Creates and returns new attribute (not an attribute list).
|
Element | DTD.defElement(String name, int type, boolean headless, boolean tailless, ContentModel content, String[] exclusions, String[] inclusions, AttributeList attributes) Defines a new element and adds it to the element table.
|
void | Define the attributes for the element with the given name.
|
Element | DTD.defineElement(String name, int type, boolean headless, boolean tailless, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList attributes) Defines the element and adds it to the element table. |
Methods with return type javax.swing.text.html.parser.AttributeList | |
AttributeList | DTD.defAttributeList(String name, int type, int modifier, String default_value, String allowed_values, AttributeList atts) Creates and returns new attribute (not an attribute list).
|
AttributeList | Get the element attribute by name.
|
AttributeList | Get the element attribute by its value.
|
AttributeList | Get all attributes of this document as an attribute list.
|
AttributeList | Get the value of ( = pointer to ) the next attribute in the linked list,
storing all attributes of some Element. |
GNU Classpath (0.95) |