klyn.io.xml.dom.XMLCDATASection.XMLCDATASection
constructor
public XMLCDATASection(data as String = "", ownerDocument as Document = null):
Description

Creates a CDATA section node.

Parameters
  • data CDATA text.
  • ownerDocument Owner document.
Example
cdata = XMLCDATASection("raw <xml>", document)