(self, prefix, uri)
| 259 | self._cont_handler.endDocument() |
| 260 | |
| 261 | def startPrefixMapping(self, prefix, uri): |
| 262 | self._cont_handler.startPrefixMapping(prefix, uri) |
| 263 | |
| 264 | def endPrefixMapping(self, prefix): |
| 265 | self._cont_handler.endPrefixMapping(prefix) |
nothing calls this directly
no test coverage detected