XMLFile.pkg 204 B

12345678
  1. $#include "XMLFile.h"
  2. class XMLFile : public Resource
  3. {
  4. XMLElement GetRoot(const String name = String::EMPTY);
  5. void Patch(XMLFile* patchFile);
  6. void Patch(XMLElement patchElement);
  7. };