XMLReader
- class compas.files.XMLReader(root)[source]
Bases:
object
Reads XML files and strings.
- Parameters
root (
xml.etree.ElementTree.Element
) – Root XML element
Methods
Construct a reader from a source file.
Construct a reader from a source text.