|
||||||||||
| 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.InsertItems
public class InsertItems
This handler implementation provides behavior where a list of elements from the patch document are appended to the same parent element in the source document.
| Field Summary |
|---|
| Fields inherited from class org.broadleafcommerce.profile.extensibility.context.merge.handlers.BaseHandler |
|---|
children, name, priority, xpath |
| Constructor Summary | |
|---|---|
InsertItems()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Node[] |
merge(org.w3c.dom.NodeList nodeList1,
org.w3c.dom.NodeList nodeList2,
java.util.List<org.w3c.dom.Node> exhaustedNodes)
Perform the merge using the supplied list of nodes from the source and patch documents, respectively. |
| 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 InsertItems()
| Method Detail |
|---|
public org.w3c.dom.Node[] merge(org.w3c.dom.NodeList nodeList1,
org.w3c.dom.NodeList nodeList2,
java.util.List<org.w3c.dom.Node> exhaustedNodes)
MergeHandler
nodeList1 - list of nodes to be merged from the source documentnodeList2 - list of nodes to be merged form the patch documentexhaustedNodes - already merged nodes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||