Configures the pattern used to evaluate if a CDATA section should be added.
public function withCdataWrappingPattern(?string $cdataWrappingPattern) : static { return $this->with(XmlEncoder::CDATA_WRAPPING_PATTERN, $cdataWrappingPattern); }