(self, encoding=None, standalone=None)
| 44 | return True |
| 45 | |
| 46 | def toxml(self, encoding=None, standalone=None): |
| 47 | return self.toprettyxml("", "", encoding, standalone) |
| 48 | |
| 49 | def toprettyxml(self, indent="\t", newl="\n", encoding=None, |
| 50 | standalone=None): |