Definition
source
/**
* @param Path|string $path
* @param string $root_element_name - @deprecated use `withRootElementName()` method instead
* @param string $row_element_name - @deprecated use `withRowElementName()` method instead
* @param string $attribute_prefix - @deprecated use `withAttributePrefix()` method instead
* @param string $date_time_format - @deprecated use `withDateTimeFormat()` method instead
* @param DOMDocumentWriter $xml_writer
*/
to_xml(Path|string $path, string $root_element_name, string $row_element_name, string $attribute_prefix, string $date_time_format, XMLWriter $xml_writer) : XMLLoader