@@ -1540,6 +1540,7 @@ bool Load(File);
bool Save(File) const;
XMLElement CreateRoot(const String&);
XMLElement GetRoot(const String& = String ( ));
+void Patch(XMLFile);
// Properties:
/* (readonly) */
@@ -3646,6 +3646,7 @@ Properties:
Methods:
- XMLElement GetRoot(const String name = String::EMPTY)
+- void Patch(XMLFile* patchFile)
### Serializable : Object
@@ -1461,6 +1461,7 @@ Methods:
- bool Save(File@) const
- XMLElement CreateRoot(const String&)
- XMLElement GetRoot(const String& = String ( ))
+- void Patch(XMLFile@)
Properties: