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