204205206207208209210211
DocumentBuilder db = dbf.newDocumentBuilder(); ByteArrayInputStream bis = new ByteArrayInputStream(xml); document = db.parse(bis); load(); } catch(Exception e) { throw new InvalidModuleXmlException(getName(), e); } }