(self, chars)
| 280 | self._cont_handler.characters(content) |
| 281 | |
| 282 | def ignorableWhitespace(self, chars): |
| 283 | self._cont_handler.ignorableWhitespace(chars) |
| 284 | |
| 285 | def processingInstruction(self, target, data): |
| 286 | self._cont_handler.processingInstruction(target, data) |