# File rexml/source.rb, line 103
  def empty?
			@buffer.nil? or @buffer.strip.nil?
		end