Class AttList

Package :
xml

Represent the attribute constraints for one element type.

Source

Class summary
Methods defined in this class
add_attribute_def(name, def) get_attribute_defs() initially() to_string()
Variables defined in this class
attribute_defs has_id

Method detail

add_attribute_def(name, def)

Add an attribute def; called during parsing.
Source

get_attribute_defs()

Return the attribute_defs for this AttList, being a table mapping attribute names to AttributeDef objects.
Source

initially()


to_string()

Returns a string representation of this object.
Source

Variable detail

attribute_defs


has_id