Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:isHTML

1166                  convertEntities=None, selfClosingTags=None, isHTML=False,
1230 self._feed(isHTML=isHTML)
1236 def _feed(self, inDocumentEncoding=None, isHTML=False):
1245 smartQuotesTo=self.smartQuotesTo, isHTML=isHTML)
1498 kwargs['isHTML'] = True
1748 smartQuotesTo='xml', isHTML=False):
1751 self._detectEncoding(markup, isHTML)
1848 def _detectEncoding(self, xml_data, isHTML=False):
1900 if not xml_encoding_match and isHTML:
1907 if isHTML: