Home | History | Annotate | Download | only in html5lib

Lines Matching full:fromattribute

145     def consumeEntity(self, allowedChar=None, fromAttribute=False):
200 if (entityName[-1] != ";" and fromAttribute and
216 if fromAttribute:
228 self.consumeEntity(allowedChar=allowedChar, fromAttribute=True)