@ignore
protected function cdataState4($d) { if ($s = $this ->getParentS()) { $s['o_cdata'] = isset($s['o_cdata']) ? $s['o_cdata'] . $d : $d; $this ->updateS($s); } }