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