318319320321322323324325326327328
transact.commit(transaction); } catch (Exception e) { throw new XPathException(this, e.getMessage()); } transact.getJournal().flushToLog(true); dbbroker.closeDocument(); return result; }