Home
last modified time | relevance | path

Searched refs:allowedChar (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
151 or (allowedChar is not None and allowedChar == charStack[0])):
225 def processEntityInAttribute(self, allowedChar): argument
228 self.consumeEntity(allowedChar=allowedChar, fromAttribute=True)