(self, string)
| 865 | pass |
| 866 | |
| 867 | def parseString(self, string): |
| 868 | try: |
| 869 | ExpatBuilder.parseString(self, string) |
| 870 | except ParseEscape: |
| 871 | pass |
| 872 | |
| 873 | def install(self, parser): |
| 874 | parser.StartDoctypeDeclHandler = self.start_doctype_decl_handler |
no test coverage detected