# File lib_wpm/wpm.rb, line 1405
    def character(data)
      case (@depth)
      when 3
        @curr_value.concat(data)
      end

      nil
    end