= private = protected
texts()
Get an array of all Text children. IMMUTABLE
# File lib/rexml/element.rb, line 686 def texts find_all { |child| child.kind_of? Text }.freeze end