# File lib_wpm/wpm/rexml.rb, line 88
    def instruction(target, data)
      @reader.processing_instruction(target, data)
    end