compas.files.XMLReader
- class compas.files.XMLReader(root)[source]
Bases:
objectReads XML files and strings.
- Parameters
root (
xml.etree.ElementTree.Element) – Root XML element
Methods
from_file(source[, tree_parser])from_string(text[, tree_parser])