Struct xml_builder::XMLBuilder [−][src]
pub struct XMLBuilder { /* fields omitted */ }
Expand description
Builder structure used to generate a custom XML structure.
Implementations
Sets the XML version attribute field.
Arguments
version
- An enum value representing the new version to use for the XML.
Sets the XML encoding attribute field.
Arguments
encoding
- A String representing the encoding to use for the document.
Sets the standalone attribute for this XML document.
Enables attributes sorting.