# File lib/xml/saxdriver.rb, line 265
      def character(data)
        @dataBuf << data
      end