Searched refs:allowedChar (Results 1 – 1 of 1) sorted by relevance
145 def consumeEntity(self, allowedChar=None, fromAttribute=False): argument151 or (allowedChar is not None and allowedChar == charStack[0])):225 def processEntityInAttribute(self, allowedChar): argument228 self.consumeEntity(allowedChar=allowedChar, fromAttribute=True)