@@ -11143,6 +11143,7 @@ class XMLFile
{
// Methods:
XMLElement CreateRoot(const String&);
+bool FromString(const String&);
XMLElement GetRoot(const String& = String ( ));
bool Load(File);
bool Load(VectorBuffer&);
@@ -5992,6 +5992,7 @@ Methods:
- XMLFile() (GC)
- XMLFile* new()
- void delete()
+- bool FromString(const String source)
- XMLElement CreateRoot(const String name = String::EMPTY)
- XMLElement GetRoot(const String name = String::EMPTY)
- void Patch(XMLFile* patchFile)
@@ -11454,6 +11454,7 @@ Properties:
Methods:
- XMLElement CreateRoot(const String&)
+- bool FromString(const String&)
- XMLElement GetRoot(const String& = String ( ))
- bool Load(File@)
- bool Load(VectorBuffer&)