Registers a new object to receive document content events.
(self, handler)
| 36 | return self._cont_handler |
| 37 | |
| 38 | def setContentHandler(self, handler): |
| 39 | "Registers a new object to receive document content events." |
| 40 | self._cont_handler = handler |
| 41 | |
| 42 | def getDTDHandler(self): |
| 43 | "Returns the current DTD handler." |
no outgoing calls
no test coverage detected