Currently, all parameters of the XML file are stored in a map and can be accessed through their XML path. This means that every class has to know the path to their parameters. These paths are alls hardcoded, therefore hard to change.
Suggestion how to solve it:
Write a function, which creates the path to the parameter based on the caller.