Image Uploader Scripting API
Public Member Functions | List of all members
SimpleXml Class Reference

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 ()
 

Detailed Description

A simple tiny wrapper of TinyXML 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)