# File lib_wpm/wpm.rb, line 3704
    def character(data)
      string = StringComponent.new(escapeHTML(data))
      @stack.last.add(string)
      nil
    end