Configures the DOMDocument::saveXml options bitmask.
positive-int|null $saveOptions:
https://www.php.net/manual/en/libxml.constants.php
public function withSaveOptions(?int $saveOptions) : static { return $this->with(XmlEncoder::SAVE_OPTIONS, $saveOptions); }