# File rexml/element.rb, line 392
  def has_text?
			not text().nil?
		end