(self, context, base, systemId, publicId)
| 338 | self._cdata_continue = False |
| 339 | |
| 340 | def external_entity_ref_handler(self, context, base, systemId, publicId): |
| 341 | return 1 |
| 342 | |
| 343 | def first_element_handler(self, name, attributes): |
| 344 | if self._filter is None and not self._elem_info: |
no outgoing calls
no test coverage detected