#include <vector>
#include "TObject.h"
#include "TSAXParser.h"
Go to the source code of this file.
◆ parseXmlFile()
| Int_t parseXmlFile |
( |
TSAXParser * | , |
|
|
const Char_t * | ) |
XML file parser for user function configurations.
This function provides a replacement for TSAXParser::ParseFile with better error handling for XML configuration files used by some user functions to load parameters or settings.
- Parameters
-
| parser | Pointer to TSAXParser object |
| fileName | Path to XML file to parse |
- Returns
- 0 on success, error code on failure