71 std::shared_ptr<XMLWriter_Impl> impl;
I/O Device interface.
Definition iodevice.h:50
XML token in a XML file.
Definition xml_token.h:42
void set_insert_whitespace(bool enable)
Inserts whitespace between tags if enabled.
bool get_insert_whitespace() const
Returns the insert whitespace flag.
XMLWriter(const XMLWriter ©)
Constructs a XMLWriter.
void write(const XMLToken &token)
Write token to file.
XMLWriter(IODevice &output)
Constructs a XMLWriter.