Construct a character data section
the body of the character data segment
CDataException if the segment body is illegal (contains "]]>")
auto item = new CData("<b>hello</b>"); // constructs <![CDATA[<b>hello</b>]]>
See Implementation
Construct a character data section