# File lib/active_support/xml_mini/nokogirisax.rb, line 60
      def characters(string)
        current_hash[CONTENT_KEY] << string
      end