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 itsindirectUpdate. Direct updates are ignored.In other words, if a zipper contains both a node and one of its descendants, then updates to the node are unconditionally ignored and the result of the merge will be based solely on its descendants.
com.codecommit.antixml.Zipper