configuration);
parser.parse(isrc, handler);
format.copyPrefixesFrom(handler.getPrefixName2PrefixMap());
return format;
} catch (ParserConfigurationException e) {
throw new OWLRuntimeException(e);
} catch (SAXException e) {
// General exception
throw new OWLParserException(e);
} finally {
if (isrc != null && isrc.getByteStream() != null) {