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