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