JadeXMLCDATA Class

The JadeXMLCDATA class represents a CDATA section in an XML document tree.

CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.

If you do not want the framework to interpret the XML special characters (that is, <, >, &, and ") for a string, call the String primitive type makeXMLCData method, which returns a new string of the receiver prepended with <![CDATA[and appended with ]]>.

JadeXMLCharacterData

(None)