Image Uploader Scripting API
|
Public Member Functions | |
SimpleXmlNode | getRoot (string name, bool create=true) |
bool | LoadFromFile (string fileName) |
bool | LoadFromString (string string) |
bool | SaveToFile (string fileName) const |
string | ToString () |
A simple tiny wrapper of TinyXML-2 library which covers all xml needs of the app. Unlike TinyXML classes or some other wrappers I met over Internet, usage of this class doesn't imply pointer manipulations, exceptions handling or usage of iterators (I actually hate them)