All Implemented Interfaces:
Comparable<Object>, MergeHandler

public class NodeReplace extends NodeReplaceInsert
This handler is responsible for replacing nodes in the source document with the same nodes from the patch document. This handler will replace all nodes with the same name entirely, regardless of differences in attributes.
Author:
jfischer
  • Constructor Details

    • NodeReplace

      public NodeReplace()
  • Method Details