#include <XmiWriter.hpp>
Public Member Functions | |
XmiWriter () | |
~XmiWriter () | |
bool | write (Model *model, const char *filename) |
|
|
|
|
|
Write data to the output file name. If "-" is used, the file will be written to stdout. Note that this method will simply use libxml to serialize the file so if there are any questions about the actual writing, we need to look at libxml. |