if ( in != null )
{
try
{
ProcessedAnnotationsDocument doc = ProcessedAnnotationsDocument.Factory.parse( in );
_annotations = doc.getProcessedAnnotations();
}
catch ( XmlException e )
{
_log.error( "Error while parsing annotations XML file " + annotationsXml, e );
}