(self, target, data)
| 283 | self._cont_handler.ignorableWhitespace(chars) |
| 284 | |
| 285 | def processingInstruction(self, target, data): |
| 286 | self._cont_handler.processingInstruction(target, data) |
| 287 | |
| 288 | def skippedEntity(self, name): |
| 289 | self._cont_handler.skippedEntity(name) |
nothing calls this directly
no test coverage detected