(self, target, data)
| 390 | |
| 391 | # this is not used (call directly to ContentHandler) |
| 392 | def processing_instruction(self, target, data): |
| 393 | self._cont_handler.processingInstruction(target, data) |
| 394 | |
| 395 | # this is not used (call directly to ContentHandler) |
| 396 | def character_data(self, data): |
nothing calls this directly
no test coverage detected