RPython xml dom. More...
Public Member Functions | |
def | __init__ |
def | appendChild |
def | setAttribute |
def | toprettyxml |
Public Attributes | |
attributes | |
childNodes | |
tagName |
RPython xml dom.
Definition at line 1151 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.RElement.__init__ | ( | self, | |
tag | |||
) |
Definition at line 1158 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.RElement.appendChild | ( | self, | |
child | |||
) |
Definition at line 1152 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.RElement.setAttribute | ( | self, | |
name, | |||
value | |||
) |
Definition at line 1155 of file io_export_ogreDotScene.py.
def io_export_ogreDotScene.RElement.toprettyxml | ( | self, | |
lines, | |||
indent | |||
) |
Definition at line 1163 of file io_export_ogreDotScene.py.
Definition at line 1158 of file io_export_ogreDotScene.py.
Definition at line 1158 of file io_export_ogreDotScene.py.
Definition at line 1158 of file io_export_ogreDotScene.py.