}
}
catch (IOException ioe)
{
LOGGER.error("ReportProcessing failed", ioe);
throw new ReportProcessingException("Failed to write content", ioe);
}
// finally
// {
// LOGGER.debug ("Started " + getNamespaceFromAttribute(attrs) + ":" +
// getElemenTypeFromAttribute(attrs) + " -> " + getCurrentState());