Public Member Functions | |
def | __init__ |
def | __init__ |
def | characters |
def | characters |
def | endElement |
def | endElement |
def | root |
def | root |
def | startElement |
def | startElement |
def | topLevel |
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 |
def | _name_mangle |
Private Attributes | |
_ncDict | |
_root | |
_stack | |
_text_parts | |
Definition at line 159 of file XML2Python.py.
def XML2Python.TreeBuilder.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 163 of file XML2Python.py.
def XML2Python.TreeBuilder.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 69 of file XML2Python.py.
|
staticprivate |
Definition at line 108 of file XML2Python.py.
|
staticprivate |
Definition at line 202 of file XML2Python.py.
def XML2Python.TreeBuilder.characters | ( | self, | |
content | |||
) |
Definition at line 96 of file XML2Python.py.
def XML2Python.TreeBuilder.characters | ( | self, | |
content | |||
) |
Definition at line 190 of file XML2Python.py.
def XML2Python.TreeBuilder.endElement | ( | self, | |
name | |||
) |
Definition at line 84 of file XML2Python.py.
def XML2Python.TreeBuilder.endElement | ( | self, | |
name | |||
) |
Definition at line 178 of file XML2Python.py.
def XML2Python.TreeBuilder.root | ( | self | ) |
Definition at line 99 of file XML2Python.py.
def XML2Python.TreeBuilder.root | ( | self | ) |
Definition at line 193 of file XML2Python.py.
def XML2Python.TreeBuilder.startElement | ( | self, | |
name, | |||
attrs | |||
) |
Definition at line 76 of file XML2Python.py.
def XML2Python.TreeBuilder.startElement | ( | self, | |
name, | |||
attrs | |||
) |
Definition at line 170 of file XML2Python.py.
def XML2Python.TreeBuilder.topLevel | ( | self | ) |
Returns top level object
Definition at line 102 of file XML2Python.py.
def XML2Python.TreeBuilder.topLevel | ( | self | ) |
Returns top level object
Definition at line 196 of file XML2Python.py.
|
private |
Definition at line 166 of file XML2Python.py.
|
private |
Definition at line 167 of file XML2Python.py.
|
private |
Definition at line 164 of file XML2Python.py.
|
private |
Definition at line 165 of file XML2Python.py.
XML2Python.TreeBuilder.current |
Definition at line 168 of file XML2Python.py.
|
static |
Definition at line 161 of file XML2Python.py.