Struct xml_doc::WriteOptions [−][src]
Expand description
Options when writing XML.
indent_char: b’ ’ - byte character to indent with
indent_size: 2 - how many indent_char should be used for indent
write_decl: true - XML declaration should be written at the top
Fields
indent_char: u8
indent_size: usize
write_decl: bool