class to merge two xml files. More...
#include <MergeXML.h>
Public Member Functions | |
| bool | setFile1 (const std::string &fileName) |
| Sets first filename returns true if file can be read. | |
| bool | setFile2 (const std::string &fileName) |
| Sets second filename returns true if file can be read. | |
| void | makeDominant (const int domFileNr) |
| determines what file is dominant. More... | |
| bool | mergeFiles (const std::string &fileName) |
| merges files | |
| MergeXML () | |
| constructor | |
|
inline |
determines what file is dominant.
if nothing is set, file2 will overrule file1. argument is only 1 or 2
Definition at line 36 of file MergeXML.h.
1.8.5