(self, encoding = None, format = 0)
| 377 | # indent: if 1 the serializer is asked to indent the output |
| 378 | # |
| 379 | def serialize(self, encoding = None, format = 0): |
| 380 | return libxml2mod.serializeNode(self._o, encoding, format) |
| 381 | def saveTo(self, file, encoding = None, format = 0): |
| 382 | return libxml2mod.saveNodeTo(self._o, file, encoding, format) |
| 383 |
no outgoing calls