RAVE
|
Classes | |
class | xmlmap |
Functions | |
add (o, e) | |
append (o, i, t, text) | |
traverse_map (E, info, ID='') | |
rave_xml.py Helpers for parsing and managing XML tags and attributes.
Lib.rave_xml.add | ( | o, | |
e ) |
Adds the contents of Element e to Python object o.
Lib.rave_xml.append | ( | o, | |
i, | |||
t, | |||
text ) |
Appends the contents of Element e to Python object o.
Lib.rave_xml.traverse_map | ( | E, | |
info, | |||
ID = '' ) |
Maps the contents of Element object E to INFO object info. Does not map datasets!