Searched refs:entityref (Results 1 – 5 of 5) sorted by relevance
24 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable215 match = entityref.match(rawdata, i)
19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable203 match = entityref.match(rawdata, i)
30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable190 match = entityref.match(rawdata, i)
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable369 res = entityref.match(rawdata, i)
510 entityref = re.compile( ... )