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