961962963964965966967968969970971
} } catch (final EXistException e) { LOG.warn("Exception while retrieving child node: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } return null; } @Override
10351036103710381039104010411042104310441045
return broker.getNodeValue(this, false); } catch (final EXistException e) { LOG.warn("Exception while reading node value: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } return ""; } /**
12381239124012411242124312441245124612471248
} finally { if (broker != null) { try { transact.close(transaction); } finally { broker.release(); } } } return null; }
12911292129312941295129612971298129913001301
broker.flush(); } catch (final EXistException e) { LOG.warn("Exception while inserting node: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } } /** * Insert a list of nodes at the position following the reference
13331334133513361337133813391340134113421343
broker.flush(); } catch (final EXistException e) { LOG.warn("Exception while inserting node: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } } /** * Update the contents of this element. The passed list of nodes
13941395139613971398139914001401140214031404
broker.flush(); } catch (final EXistException e) { LOG.warn("Exception while inserting node: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } } /** * Update a child node. This method will only update the child node
14651466146714681469147014711472147314741475
broker.flush(); } catch (final EXistException e) { LOG.warn("Exception while inserting node: " + e.getMessage(), e); } finally { if (broker != null) broker.release(); } return newNode; } /**
113114115116117118119120121122123
} catch (XMLDBException e) { e.printStackTrace(); fail(e.getMessage()); } finally { if (broker != null) broker.release(); } } @Test public void saxEventModifications() throws EXistException {
144145146147148149150151152153154
} catch (XMLDBException e) { e.printStackTrace(); fail(e.getMessage()); } finally { if (broker != null) broker.release(); } } @Test public void saxEventModificationsAtXConf() throws EXistException {
176177178179180181182183184185186
} catch (XMLDBException e) { e.printStackTrace(); fail(e.getMessage()); } finally { if (broker != null) broker.release(); } } @After public void cleanDB() {