}
return root;
}
private XmlPersistor createRootPersistor() {
XmlPersistor xml = null;
if (xmlFile.exists()) {
try {
xml = XmlPersistor.load(xmlFile);
} catch (Exception ex) {
ErrorLog.log(EntityXmlSettings.class, "Failed to load settings from XML file", ex);