// Populate the cache and store the Descriptors from the response
oXriD = new XRD(oElement, bKeepDOM);
}
catch (IOException oEx) {
oEx.printStackTrace();
throw new XRIParseException("IOException", oEx);
}
catch (SAXException oEx) {
oEx.printStackTrace();
throw new XRIParseException("SAXException", oEx);
}
finally {
try {
oIn.close();
}