$#include "XMLFile.h" class XMLFile : public Resource { XMLElement GetRoot(const String name = String::EMPTY); void Patch(XMLFile* patchFile); };