# File lib/rexml/parsers/baseparser.rb, line 158
      def has_next?
        return !(@source.empty? and @stack.empty?)
      end