[][src]Module mt_dom::apply_patches

apply patches for verifying the patches are correct when current_dom will be equal to the target_dom when patches is applied.

Functions

apply_patches

had to find the node each time, since rust does not allow multiple mutable borrows ISSUE: once a destructive patch such as RemoveChildren, InsertNode, ReplaceNode is applied the Nodeidx is not synch with the root_node anymore.