From: Aleksander Ɓukasz Date: Mon, 12 May 2014 13:24:52 +0000 (+0200) Subject: smartxml: Allow Fragments to refresh their node references using their initial paths X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/94e78db871e2d12a5698fced12f656dac563869f?ds=sidebyside;hp=94e78db871e2d12a5698fced12f656dac563869f smartxml: Allow Fragments to refresh their node references using their initial paths This allows client code to refresh Fragment object to reference proper node instances after some potentially invalidating changes to a document has been made while the logical structure of the document is known to be the same. An example of such a scenario would be a fragment instance created before performing a transaction that was later undone using full document reload. ---