} catch (SAXException sax) {
throw new ProcessingException("SAXException: " + sax, sax);
} catch (IOException ioe) {
throw new ProcessingException("IOException: " + ioe, ioe);
} finally {
if (input != null) input.recycle();
input = null;
}
if (this.getLogger().isDebugEnabled() == true) {
this.getLogger().debug("END streamXMLFromFile");