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