# File lib/rexml/element.rb, line 627 def cdatas find_all { |child| child.kind_of? CData }.freeze end