readingParserClasses.add(sbmlParser.getClass().getCanonicalName());
logger.debug("event.isEndElement : EndDocument found : parser = " + sbmlParser.getClass());
sbmlParser.processEndDocument(sbmlDocument);
// call endDocument only on the parser associated with the namespaces
// declared on the sbml document ??.
}
}