fileUtils = (FileUtils)initMapHolder.getEntry(InitMapHolder.FILE_UTILS);
xmlParseUtils = (XmlParseUtils)initMapHolder.getEntry(InitMapHolder.XML_PARSE_UTILS);
stringSplitter = new StringSplitter(strings);
// Get the directory where the file to process is found.
srcLocation =
getLocationDirectory(XmultraConfig.SRC_LOCATION_ELEMENT);
if (srcLocation == null) return false;