if(_log.isDebugEnabled())
_log.debug("CompositeInputStream used:" + compositeInputStream);
_parser = builder.getParser();
builder.processXml(); // --> The call doesn't return after this (it starts processing the xml trail files), unless a shutdown is requested or an exception is thrown.
parseError = false; //--> If this code path is executed, then the shutdown has been requested
}
catch (XMLStreamException e)
{
_ggParserStats.addParsingError();