Configures whether the document will be standalone.
https://php.net/manual/en/class.domdocument.php#domdocument.props.xmlst…
public function withStandalone(?bool $standalone) : static { return $this->with(XmlEncoder::STANDALONE, $standalone); }