Interface MergeCue
-
- All Known Implementing Classes:
AbstractMergeCue,MergeParentAndChildMergeCue,UseChildIfNotEmptyMergeCue,UseChildMergeCue,UseParentIfNotEmptyMergeCue,UseParentMergeCue
public interface MergeCueClass description goes HERE- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()org.dom4j.Elementmerge(org.dom4j.Element parent, org.dom4j.Element child, Map<String,String> params)
-
-
-
Method Detail
-
getPriority
int getPriority()
-
merge
org.dom4j.Element merge(org.dom4j.Element parent, org.dom4j.Element child, Map<String,String> params) throws XmlMergeException- Throws:
XmlMergeException
-
-