#include <XMLDoc.hpp>
Public Methods | |
XMLDoc (const string &root="") | |
XMLDoc (Folder *folder, const int levels=1) | |
void | addNode (XMLNode *node) |
const string | getDoc () |
|
Constructor. Create an empty document |
|
Constructor. Create a document containing all items of this folder.
|
|
Add a node to the document. |
|
Get the strign representation of the document. |