Public Member Functions | |
def | __init__ |
def | characters |
def | endElement |
def | root |
def | startElement |
def | topLevel |
Public Attributes | |
current | |
Static Public Attributes | |
tuple | non_id_char = re.compile('[^_0-9a-zA-Z]') |
Static Private Member Functions | |
def | _name_mangle |
Private Attributes | |
_ncDict | |
_root | |
_stack | |
_text_parts | |
Definition at line 65 of file XML2Python.py.
def python.XML2Python.TreeBuilder.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 69 of file XML2Python.py.
|
staticprivate |
Definition at line 108 of file XML2Python.py.
def python.XML2Python.TreeBuilder.characters | ( | self, | |
content | |||
) |
Definition at line 96 of file XML2Python.py.
def python.XML2Python.TreeBuilder.endElement | ( | self, | |
name | |||
) |
Definition at line 84 of file XML2Python.py.
References python.XML2Python.TreeBuilder._text_parts, XML2Python.TreeBuilder._text_parts, python.XML2Python.TreeBuilder.current, XML2Python.TreeBuilder.current, and svgfig.Curve.Samples.current.
def python.XML2Python.TreeBuilder.root | ( | self | ) |
Definition at line 99 of file XML2Python.py.
References HcalTriggerKey._root, data_sources.tree._root, HcalChannelDataXml._root, python.XML2Python.TreeBuilder._root, and XML2Python.TreeBuilder._root.
def python.XML2Python.TreeBuilder.startElement | ( | self, | |
name, | |||
attrs | |||
) |
Definition at line 76 of file XML2Python.py.
References python.XML2Python.DataNode._ncDict, XML2Python.DataNode._ncDict, python.XML2Python.TreeBuilder._ncDict, XML2Python.TreeBuilder._ncDict, python.XML2Python.TreeBuilder._text_parts, XML2Python.TreeBuilder._text_parts, python.XML2Python.TreeBuilder.current, XML2Python.TreeBuilder.current, and svgfig.Curve.Samples.current.
def python.XML2Python.TreeBuilder.topLevel | ( | self | ) |
Returns top level object
Definition at line 102 of file XML2Python.py.
References makeHLTPrescaleTable.values.
|
private |
Definition at line 72 of file XML2Python.py.
Referenced by python.XML2Python.TreeBuilder.startElement().
|
private |
Definition at line 73 of file XML2Python.py.
Referenced by python.XML2Python.TreeBuilder.root().
|
private |
Definition at line 70 of file XML2Python.py.
|
private |
Definition at line 71 of file XML2Python.py.
Referenced by python.XML2Python.TreeBuilder.endElement(), and python.XML2Python.TreeBuilder.startElement().
python.XML2Python.TreeBuilder.current |
Definition at line 74 of file XML2Python.py.
Referenced by python.XML2Python.TreeBuilder.endElement(), and python.XML2Python.TreeBuilder.startElement().
|
static |
Definition at line 67 of file XML2Python.py.