Home | History | Annotate | Download | only in python2.7

Lines Matching refs:entityref

29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")