Library of Assembled Shared Sources
|
Output stream for writing a selection of geometric primitives to XML files. More...
#include <xml_o_file.h>
Output stream for writing a selection of geometric primitives to XML files.
if you open a XmlOFile with iOpenMode (or without a second argument), the file is opened and that's it. Not automatic content is written to it:
However, if your second argument is the name of your root element, then a standard XML declaration will be written to it and the root element will be opened. When the file is closed, this root element will be closed automatically as well.
Definition at line 103 of file xml_o_file.h.