def processingInstruction(self, target, body):
     self._complete_text_node()
     XMLFilterBase.processingInstruction(self, target, body)
     return
 def processingInstruction(self, target, body):
     self._complete_text_node()
     XMLFilterBase.processingInstruction(self, target, body)
     return