public class XMLCDATASection extends XMLText implements CDATASection:
DOM CDATA section implementation.
@example `klyn import klyn.io.xml.dom
cdata = XMLCDATASection("raw <xml>", document)
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLCDATASectionXMLCDATASection(data as String = "", ownerDocument as Document = null): |
Creates a CDATA section node. |