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