Inheritance diagram for CXmlEdit:
This class allows modifing the structure of parsed XML tree.
Public Methods | |
void | setName (const String *newname) |
bool | addParam (const String *name, const String *val) |
bool | addParam (const String *name, int val) |
bool | addParam (const String *name, double val) |
bool | changeContent (const String *data) |
bool | removeParam (const String *name) |
bool | move (CXmlEdit *parent, CXmlEdit *after) |
CXmlEdit * | copyTree (CXmlEdit *el) |
int | getLevelSize (int lev) |
int | saveLevel (char *dest, int lev) |
Protected Methods | |
bool | isLoop (CXmlEdit *el, CXmlEdit *parent) |