(self, source)
| 111 | raise |
| 112 | |
| 113 | def prepareParser(self, source): |
| 114 | if source.getSystemId() is not None: |
| 115 | self._parser.SetBase(source.getSystemId()) |
| 116 | |
| 117 | # Redefined setContentHandler to allow changing handlers during parsing |
| 118 |
nothing calls this directly
no test coverage detected