// Root element.
Element mainElement = xmldoc.createElement("mainElement");
Element rootFilesForDeleting = xmldoc.createElement("filesForDeleting");
Element rootDirsForDeleting = xmldoc.createElement("foldersForDeleting");
Element mainDir = xmldoc.createElement("mainDir");
SomeFunctionsForInstaller SomeFunctionsForInstaller = new SomeFunctionsForInstaller();
Map<Integer, String> tmpfileNamesForShortcuts = new HashMap();
ArrayList<Map> fileNamesForShortcuts = new ArrayList<Map>();
SomeFunctionsForInstaller SomeFunctionsForInstallerLocal=new SomeFunctionsForInstaller();
if (zipfile_test.getEncoding() == null) {
zipfile = new ZipFile(filename, consoleEnc);
} else {
zipfile = new ZipFile(filename, zipfile_test.getEncoding());