HomeSort by relevance Sort by last modified time
    Searched refs:handle_doctype (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 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): member in class:XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in class:TestXMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 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): member in class:XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in class:TestXMLParser
    [all...]

Completed in 776 milliseconds