(self, prefix)
| 262 | self._cont_handler.startPrefixMapping(prefix, uri) |
| 263 | |
| 264 | def endPrefixMapping(self, prefix): |
| 265 | self._cont_handler.endPrefixMapping(prefix) |
| 266 | |
| 267 | def startElement(self, name, attrs): |
| 268 | self._cont_handler.startElement(name, attrs) |
nothing calls this directly
no test coverage detected