# File temp/validation/validation.rb, line 89
      def single?
        return (@event_type != :start_element and @event_type != :start_attribute)
      end