Public Member Functions | |
def | __init__ (self, kwargs) |
def | characters (self, content) |
def | endElement (self, name) |
def | root (self) |
def | startElement (self, name, attrs) |
def | topLevel (self) |
Public Attributes | |
current | |
Static Public Attributes | |
non_id_char | |
Static Private Member Functions | |
def | _name_mangle (name) |
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, svgfig.Curve.Samples.current, and digitizers_cfi.strip.
def python.XML2Python.TreeBuilder.root | ( | self | ) |
Definition at line 99 of file XML2Python.py.
References 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 MuonErrorMatrixValues_cff.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.