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