= private = protected
has_text?()
Evaluates to true if this element has at least one Text child
# File lib/rexml/element.rb, line 432 def has_text? not text().nil? end