elem.setAttribute(NodeImpl.XMLNS_PREFIX + ":src", NodeSource.SOURCE_NS);
doc.appendChild(elem);
Text count = doc.createTextNode(Integer.toString(xu.getModifiedCount()));
elem.appendChild(count);
return new NodeListSet(doc.getChildNodes());
} catch (Exception e) {
if (e instanceof QueryException) {
throw (QueryException) e.fillInStackTrace();
}
throw new ProcessingException("Error executing XUpdate query", e);