This class reads XML data from a string. More...
#include <utils.h>
Public Member Functions | |
void | parse (Object *pRoot, bool v=false) |
XMLInputString (const string &s) |
This class reads XML data from a string.
Definition at line 3623 of file utils.h.
frepple::utils::XMLInputString::XMLInputString | ( | const string & | s | ) | [inline] |
void frepple::utils::XMLInputString::parse | ( | Object * | pRoot, | |
bool | v = false | |||
) | [inline, virtual] |
Parse the specified string.
Reimplemented from frepple::utils::XMLInput.