XMLElement
-
class
compas.files.XMLElement(tag, attributes=None, elements=None, text=None)[source] Bases:
objectMethods
__init__(tag[, attributes, elements, text])Initialize self.
add_children(element)get_root()
compas.files.XMLElement(tag, attributes=None, elements=None, text=None)[source]Bases: object
Methods
|
Initialize self. |
|
|
|