sarkit.sicd.XmlHelper
- class XmlHelper(element_tree)
XmlHelperfor SICDMethods
load(pattern)Find and load the first subelement matching
patterninelement_tree.load_elem(elem)Decode
elem(an XML element) to a Python object.set(pattern, val)Find and set the first subelement matching
patterninelement_treeusingval.set_elem(elem, val)Encode
val(a Python object) into the XML elementelem.