}
}
finally
{
// this will also close the inputstream
parser.cleanup();
}
// Run over the SourceTypes until one is found that matches the information collected in sourceInfo
Iterator sourceTypeIt = sourceTypes.iterator();
while (sourceTypeIt.hasNext())