Class MergeStrategies

    • Constructor Summary

      Constructors 
      Constructor Description
      MergeStrategies()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SHALLOW

        public static final MergeStrategy SHALLOW
        MergeStrategy implementation wherein only the element on which the merge operation is called is 'merged'. The merge does not traverse the DOM tree any further.
    • Constructor Detail

      • MergeStrategies

        public MergeStrategies()