} else if (qName.equals("route")) {
parseRoute(qName, attributes);
} else if (qName.equals("routedswitch")) {
parseRoutedSwitch(qName, attributes);
} else if (qName.equals("locomotivegroup")) {
actualLocomotiveGroup = new LocomotiveGroup(0,
attributes.getValue("name"));
locomotivePersistence.addLocomotiveGroup(actualLocomotiveGroup);
} else if (qName.equals("locomotive")) {
parseLocomotive(qName, attributes);
} else if (qName.equals("guiconfigparameter")) {