|
| | __init__ (self, configuration) |
| | Init defaults.
|
| | __init__ (self, name, attribute_defaults=None, contents=None) |
| | Set the defaults.
|
| | add_defaults (self, attribute_defaults) |
| | Add a dict of attribute defaults.
|
| | add_attribute (self, name, value) |
| | Add an attribute to this XML element.
|
| | add_element (self, element) |
| | Add an element to this XML element.
|
| | add_tag (self, tag_name, tag_value) |
| | Add a XML tag to this XML element.
|
| | add_tags (self, tag_list) |
| | Add an array of XML tags to this XML element.
|
| | set_attribute (self, name, value) |
| | Either change existing attribute or create a new one.
|
| | remove_attribute (self, name) |
| | Remove an attribute.
|
| | reset_attribute (self, name) |
| | Reset an attribute to default.
|
| | generate (self, line_list=None, indent=0) |
| | Generate the text lines for this XML element.
|
| | __repr__ (self) |
| | Convert the solultion record into a human readable description.
|
| | __str__ (self) |
| | Convert the solultion record into a human readable description.
|
Visual Studio 2010- Deploy record.