# File lib/xml/saxdriver.rb, line 259
      def startElement(name, attrs)
        flushData;
        @attributes = attrs
        @documentHandler.startElement(name, self)
      end