Home | History | Annotate | Download | only in Lib

Lines Matching refs:syslit

57               ')'+_S+_SystemLiteral%'syslit'

450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
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):