88 std::shared_ptr<XMLWriter_Impl> impl;
XML token in a XML file.
Definition: xml_token.h:41
I/O Device interface.
Definition: iodevice.h:50
void set_insert_whitespace(bool enable)
Inserts whitespace between tags if enabled.
bool get_insert_whitespace() const
Returns the insert whitespace flag.
void write(const XMLToken &token)
Write token to file.
The XML Writer writes a XML file based on XML tokens.
Definition: xml_writer.h:44