Public Member Functions | |
def | __contains__ |
def | __contains__ |
def | __getattr__ |
def | __getattr__ |
def | __getitem__ |
def | __getitem__ |
def | __init__ |
def | __init__ |
def | __len__ |
def | __len__ |
def | __nonzero__ |
def | __nonzero__ |
def | __repr__ |
def | __repr__ |
def | __str__ |
def | __str__ |
def | attributes |
def | attributes |
def | stringify |
Static Public Member Functions | |
def | isiterable |
Static Public Attributes | |
int | spaces = 4 |
Private Member Functions | |
def | _add_xml_attr |
def | _add_xml_attr |
Static Private Member Functions | |
def | _outputValues |
Private Attributes | |
_attrs | |
_data | |
_ncDict | |
Definition at line 10 of file XML2Python.py.
def XML2Python.DataNode.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 14 of file XML2Python.py.
def XML2Python.DataNode.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 11 of file XML2Python.py.
def XML2Python.DataNode.__contains__ | ( | self, | |
name | |||
) |
Definition at line 26 of file XML2Python.py.
def XML2Python.DataNode.__contains__ | ( | self, | |
name | |||
) |
Definition at line 32 of file XML2Python.py.
def XML2Python.DataNode.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 32 of file XML2Python.py.
def XML2Python.DataNode.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 40 of file XML2Python.py.
def XML2Python.DataNode.__getitem__ | ( | self, | |
key | |||
) |
Definition at line 20 of file XML2Python.py.
def XML2Python.DataNode.__getitem__ | ( | self, | |
key | |||
) |
Definition at line 25 of file XML2Python.py.
def XML2Python.DataNode.__len__ | ( | self | ) |
Definition at line 16 of file XML2Python.py.
def XML2Python.DataNode.__len__ | ( | self | ) |
Definition at line 20 of file XML2Python.py.
def XML2Python.DataNode.__nonzero__ | ( | self | ) |
Definition at line 29 of file XML2Python.py.
def XML2Python.DataNode.__nonzero__ | ( | self | ) |
Definition at line 36 of file XML2Python.py.
def XML2Python.DataNode.__repr__ | ( | self | ) |
Definition at line 55 of file XML2Python.py.
def XML2Python.DataNode.__repr__ | ( | self | ) |
Definition at line 66 of file XML2Python.py.
def XML2Python.DataNode.__str__ | ( | self | ) |
Definition at line 52 of file XML2Python.py.
def XML2Python.DataNode.__str__ | ( | self | ) |
Definition at line 62 of file XML2Python.py.
|
private |
Definition at line 38 of file XML2Python.py.
|
private |
Definition at line 47 of file XML2Python.py.
|
staticprivate |
Definition at line 83 of file XML2Python.py.
def XML2Python.DataNode.attributes | ( | self | ) |
Definition at line 61 of file XML2Python.py.
def XML2Python.DataNode.attributes | ( | self | ) |
Definition at line 73 of file XML2Python.py.
|
static |
Definition at line 78 of file XML2Python.py.
def XML2Python.DataNode.stringify | ( | self, | |
name = '' , |
|||
offset = 0 |
|||
) |
Definition at line 115 of file XML2Python.py.
|
private |
Definition at line 15 of file XML2Python.py.
|
private |
Definition at line 16 of file XML2Python.py.
|
private |
Definition at line 17 of file XML2Python.py.
|
static |
Definition at line 12 of file XML2Python.py.