# File lib_wpm/wpm/xmlparser.rb, line 24
    def final
      @reader = nil
      @ns_map.end_element
      @ns_map = nil
      done
      nil
    end