![]() |
ATLAS Offline Software
|
Classes | |
| class | XMLElement |
Public Member Functions | |
| __init__ (self, filename) | |
| __getattr__ (self, name) | |
Public Attributes | |
| doc = ET.parse(filename) | |
Private Attributes | |
| __filename = filename | |
| __root = root | |
Definition at line 696 of file AtlRunQueryUtils.py.
| python.utils.AtlRunQueryUtils.XMLReader.__init__ | ( | self, | |
| filename ) |
Definition at line 732 of file AtlRunQueryUtils.py.
| python.utils.AtlRunQueryUtils.XMLReader.__getattr__ | ( | self, | |
| name ) |
Definition at line 740 of file AtlRunQueryUtils.py.
|
private |
Definition at line 736 of file AtlRunQueryUtils.py.
|
private |
Definition at line 737 of file AtlRunQueryUtils.py.
| python.utils.AtlRunQueryUtils.XMLReader.doc = ET.parse(filename) |
Definition at line 734 of file AtlRunQueryUtils.py.