Construct a text (aka PCData) section
the text. This function encodes the text before insertion, so it is safe to insert any text
auto Text = new CData("a < b"); // constructs a < b
See Implementation
Construct a text (aka PCData) section