# File lib/rexml/element.rb, line 645
    def texts
      find_all { |child| child.kind_of? Text }.freeze
    end