Parse an XML document from a system identifier or an InputSource.
(self, source)
| 28 | self._err_handler = handler.ErrorHandler() |
| 29 | |
| 30 | def parse(self, source): |
| 31 | "Parse an XML document from a system identifier or an InputSource." |
| 32 | raise NotImplementedError("This method must be implemented!") |
| 33 | |
| 34 | def getContentHandler(self): |
| 35 | "Returns the current ContentHandler." |
no outgoing calls
no test coverage detected