|
musrfit 1.10.0
|
#include <TObject.h>#include <TQObject.h>#include <TList.h>#include <TString.h>#include <TSAXParser.h>#include "PMusr.h"

Go to the source code of this file.
Classes | |
| class | PStartupHandler |
| Handles the musrfit XML startup configuration file (musrfit_startup.xml). More... | |
Functions | |
| int | parseXmlFile (TSAXParser *, const char *) |
| Replacement function for TSAXParser::ParseFile(). | |
| int parseXmlFile | ( | TSAXParser * | , |
| const char * | ) |
Replacement function for TSAXParser::ParseFile().
This standalone function provides a workaround for environments where TSAXParser::ParseFile() does not work correctly but ParseBuffer() does. It reads the entire XML file into memory and then parses it as a buffer.
| saxParser | Pointer to an initialized TSAXParser object with connected slots |
| startup_path_name | Full path to the XML file to be parsed |
Referenced by main(), main(), and PMsr2Data::ParseXmlStartupFile().