LOG.trace("Modified:");
debugNodes(nodesB);
}
Diff diff = new Diff(nodesA, nodesB);
Diff.change script = diff.diff_2(false);
changes = getChanges(script, docA, docB, nodesA, nodesB);
} catch (XMLStreamException e) {
throw new DiffException(e.getMessage(), e);
} catch (IOException e) {
throw new DiffException(e.getMessage(), e);