RAVE
Lib.rave_xml.xmlmap Class Reference
Inheritance diagram for Lib.rave_xml.xmlmap:
Lib.area.AREA Lib.radar.RADAR Lib.rave_area.AREA

Public Member Functions

 __init__ (self, E=None)
 
 add (self, e)
 
 getArgs (self, E)
 
 validate (self, attrs)
 

Detailed Description

This is a generic container object designed to hold contents of
simple XML-based objects passed from ElementTree space. The contents of
a single Element is mapped to an xmlmap instance. This is useful for
managing configuration information from config-files. 

Constructor & Destructor Documentation

◆ __init__()

Lib.rave_xml.xmlmap.__init__ ( self,
E = None )

Reimplemented in Lib.rave_area.AREA.

Member Function Documentation

◆ getArgs()

Lib.rave_xml.xmlmap.getArgs ( self,
E )
Maps the contents of Element E to attributes of this object

The documentation for this class was generated from the following file: