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

Lines Matching refs:pubid

56                  'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
450 pubid, syslit = res.group('pubid', 'syslit')
451 if pubid is not None:
452 pubid = pubid[1:-1] # remove quotes
453 pubid = ' '.join(pubid.split()) # normalize
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data):
815 def handle_doctype(self, tag, pubid, syslit, data):