|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.extensibility.context.merge.handlers.BaseHandler
org.broadleafcommerce.profile.extensibility.context.merge.handlers.NodeReplaceInsert
org.broadleafcommerce.profile.extensibility.context.merge.handlers.LiberalNodeReplaceInsert
public class LiberalNodeReplaceInsert
This handler is responsible for replacing nodes in the source document with the same nodes from the patch document. Note, additional nodes from the patch document that are not present in the source document are simply appended to the source document.
| Field Summary |
|---|
| Fields inherited from class org.broadleafcommerce.profile.extensibility.context.merge.handlers.BaseHandler |
|---|
children, name, priority, xpath |
| Constructor Summary | |
|---|---|
LiberalNodeReplaceInsert()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkNode(java.util.List<org.w3c.dom.Node> usedNodes,
org.w3c.dom.Node[] primaryNodes,
org.w3c.dom.Node node)
|
| Methods inherited from class org.broadleafcommerce.profile.extensibility.context.merge.handlers.NodeReplaceInsert |
|---|
exactNodeExists, merge, replaceNode |
| Methods inherited from class org.broadleafcommerce.profile.extensibility.context.merge.handlers.BaseHandler |
|---|
compareTo, getChildren, getName, getPriority, getXPath, setChildren, setName, setPriority, setXPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiberalNodeReplaceInsert()
| Method Detail |
|---|
protected boolean checkNode(java.util.List<org.w3c.dom.Node> usedNodes,
org.w3c.dom.Node[] primaryNodes,
org.w3c.dom.Node node)
checkNode in class NodeReplaceInsert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||