Configures the DOMDocument encoding.
https://www.php.net/manual/en/class.domdocument.php#domdocument.props.e…
public function withEncoding(?string $encoding) : static { return $this->with(XmlEncoder::ENCODING, $encoding); }