![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, data, doc) | |
| setAttribute (self, attname, value) | |
| writexml (self, writer, indent="", addindent="", newl="") | |
Public Attributes | |
| tagName = name | |
| data = data | |
| ownerDocument = doc | |
| list | attOrder = [] |
Definition at line 30 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.__init__ | ( | self, | |
| name, | |||
| data, | |||
| doc ) |
Definition at line 31 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.setAttribute | ( | self, | |
| attname, | |||
| value ) |
Definition at line 40 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.writexml | ( | self, | |
| writer, | |||
| indent = "", | |||
| addindent = "", | |||
| newl = "" ) |
Definition at line 45 of file AtlRunQueryXML.py.
| list python.output.AtlRunQueryXML.TextElement.attOrder = [] |
Definition at line 38 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.data = data |
Definition at line 36 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.ownerDocument = doc |
Definition at line 37 of file AtlRunQueryXML.py.
| python.output.AtlRunQueryXML.TextElement.tagName = name |
Definition at line 35 of file AtlRunQueryXML.py.