Configures whether to wrap strings within CDATA sections.
public function withCdataWrapping(?bool $cdataWrapping) : static { return $this->with(XmlEncoder::CDATA_WRAPPING, $cdataWrapping); }