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