Home
last modified time | relevance | path

Searched refs:fromAttribute (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dtokenizer.py145 def consumeEntity(self, allowedChar=None, fromAttribute=False): argument
200 if (entityName[-1] != ";" and fromAttribute and
216 if fromAttribute:
228 self.consumeEntity(allowedChar=allowedChar, fromAttribute=True)