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