Class ElementMergeMatcherImpl

java.lang.Object
org.craftercms.core.xml.mergers.impl.cues.impl.ElementMergeMatcherImpl
All Implemented Interfaces:
ElementMergeMatcher

public class ElementMergeMatcherImpl extends Object implements ElementMergeMatcher
Class description goes HERE
Author:
Alfonso Vásquez
  • Field Details

    • idAttributeName

      protected org.dom4j.QName idAttributeName
  • Constructor Details

    • ElementMergeMatcherImpl

      public ElementMergeMatcherImpl()
  • Method Details

    • setIdAttributeName

      public void setIdAttributeName(org.dom4j.QName idAttributeName)
    • matchForMerge

      public boolean matchForMerge(org.dom4j.Element parent, org.dom4j.Element child)
      Specified by:
      matchForMerge in interface ElementMergeMatcher