# File lib_wpm/wpm/xmlparser.rb, line 89
    def processingInstruction(target, data)
      @reader.processing_instruction(target, data)
    end