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()

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

◆ append()

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

◆ traverse_map()

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