All Implemented Interfaces:
Comparable<Object>, MergeHandler

public class LiberalNodeReplaceInsert extends NodeReplaceInsert
This handler is responsible for replacing nodes in the source document with the same nodes from the patch document. Note, additional nodes from the patch document that are not present in the source document are simply appended to the source document.
Author:
jfischer
  • Constructor Details

    • LiberalNodeReplaceInsert

      public LiberalNodeReplaceInsert()
  • Method Details