Inheritance diagram for XMLFile:
Public Member Functions | |
BOOL | Read (File &f) |
BOOL | Read (char *fn, int flgs=FO_RDONLY) |
BOOL | AddTag (XMLTag *) |
XMLTag * | GetTag (char *path) |
void | DeleteAll () |
BOOL | DeleteTag (XMLTag *t) |
BOOL | Write (File &f) |
BOOL | Write (char *fn, int flgs=FO_RDWR|FO_CREATE|FO_TRUNC) |
~XMLFile () | |
BOOL | First (char *) |
BOOL | Next () |
BOOL | Close () |
BOOL | IsFolder () |
void | GetRootPath (String &s) |
Public Attributes | |
int | Line |
XMLTag | header |
XMLTag | root |
Definition at line 20 of file xml.hpp.