class documentation
Manifest 'export' tag
Method | __init__ |
Create new export instance. @param tag: name of the XML tag @type tag: str @param attrs: dictionary of XML attributes for this export tag @type attrs: dict @param str: string value contained by tag, if any @type str: str... |
Method | get |
@return: value of attribute or None if attribute not set @rtype: str |
Method | xml |
@return: export instance represented as manifest XML @rtype: str |
Instance Variable | attrs |
Undocumented |
Instance Variable | str |
Undocumented |
Instance Variable | tag |
Undocumented |