(self, attrsD)
| 1693 | self.sourcedata.clear() |
| 1694 | |
| 1695 | def _start_content(self, attrsD): |
| 1696 | self.pushContent('content', attrsD, u'text/plain', 1) |
| 1697 | src = attrsD.get('src') |
| 1698 | if src: |
| 1699 | self.contentparams['src'] = src |
| 1700 | self.push('content', 1) |
| 1701 | |
| 1702 | def _start_body(self, attrsD): |
| 1703 | self.pushContent('content', attrsD, u'application/xhtml+xml', 1) |
no test coverage detected