(self, attrsD)
| 1700 | self.push('content', 1) |
| 1701 | |
| 1702 | def _start_body(self, attrsD): |
| 1703 | self.pushContent('content', attrsD, u'application/xhtml+xml', 1) |
| 1704 | _start_xhtml_body = _start_body |
| 1705 | |
| 1706 | def _start_content_encoded(self, attrsD): |
nothing calls this directly
no test coverage detected