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 Summary
Fields Modifier and Type Field Description protected org.dom4j.QNameidAttributeName
-
Constructor Summary
Constructors Constructor Description ElementMergeMatcherImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatchForMerge(org.dom4j.Element parent, org.dom4j.Element child)voidsetIdAttributeName(org.dom4j.QName idAttributeName)
-
-
-
Method Detail
-
setIdAttributeName
public void setIdAttributeName(org.dom4j.QName idAttributeName)
-
matchForMerge
public boolean matchForMerge(org.dom4j.Element parent, org.dom4j.Element child)- Specified by:
matchForMergein interfaceElementMergeMatcher
-
-