Overrides EventHandler::cdata
public function cdata($data) { $node = $this->doc ->createCDATASection($data); $this->current ->appendChild($node); }