(self, attrsD)
| 1704 | _start_xhtml_body = _start_body |
| 1705 | |
| 1706 | def _start_content_encoded(self, attrsD): |
| 1707 | self.pushContent('content', attrsD, u'text/html', 1) |
| 1708 | _start_fullitem = _start_content_encoded |
| 1709 | |
| 1710 | def _end_content(self): |
nothing calls this directly
no test coverage detected