com.codecommit.antixml.ZipperMergeStrategy
Returns the sequence of Nodes that should be inserted into the hole for the specified merge context.
Returns the sequence of Nodes that should be inserted into the hole for the specified merge context.
This strategy unconditionally replaces the
originalnode with itsdirectUpdate. It is essentially the opposite ofAlwaysPreferChildren.This strategy is mainly listed for the sake of completeness. In practice, it is preferable to use a selection operator such as
\\!which prevents conflicting children from entering the zipper in the first place.com.codecommit.antixml.Zipper