Exemplo n.º 1
0
 def feed(self,buffer):
     if not self.documentStarted:
         self._cont_handler.startDocument()
         self.documentStarted = 1
     SGMLParser.feed(self,buffer)
Exemplo n.º 2
0
 def feed(self,buffer):
     if not self.documentStarted:
         self._cont_handler.startDocument()
         self.documentStarted = 1
     SGMLParser.feed(self,buffer)