This strategy is similar to AlwaysLocal except that it throws an
error if it detects a change to a conflicted element's children property (as opposed
to ignoring the change, as AlwaysLocal would).
The price of this added safety check is that the strategy makes a Group equality check and thus is
potentially less performant than AlwaysLocal.
This strategy is similar to
AlwaysLocalexcept that it throws an error if it detects a change to a conflicted element'schildrenproperty (as opposed to ignoring the change, asAlwaysLocalwould).The price of this added safety check is that the strategy makes a Group equality check and thus is potentially less performant than
AlwaysLocal.com.codecommit.antixml.Zipper