RAVE
Lib.rave_xml Namespace Reference

Classes

class  xmlmap
 

Functions

 add (o, e)
 
 append (o, i, t, text)
 
 traverse_map (E, info, ID='')
 

Detailed Description

rave_xml.py

Helpers for parsing and managing XML tags and attributes.

Function Documentation

◆ add()

Lib.rave_xml.add ( o,
e )
Adds the contents of Element e to Python object o.

◆ append()

Lib.rave_xml.append ( o,
i,
t,
text )
Appends the contents of Element e to Python object o.

◆ traverse_map()

Lib.rave_xml.traverse_map ( E,
info,
ID = '' )
Maps the contents of Element object E to INFO object info.
Does not map datasets!