# File rexml/pullparser.rb, line 46
  def empty?
			Thread.pass while @thread.status == "run"
			return false if @value and @value.error?
			!@thread.alive?
		end