public class InsertChildrenOf extends BaseHandler
children, name, priority, xpath| Constructor and Description |
|---|
InsertChildrenOf() |
| Modifier and Type | Method and Description |
|---|---|
Node[] |
merge(List<Node> nodeList1,
List<Node> nodeList2,
List<Node> exhaustedNodes)
Perform the merge using the supplied list of nodes from the source and
patch documents, respectively.
|
compareTo, getChildren, getName, getPriority, getXPath, setChildren, setName, setPriority, setXPathpublic Node[] merge(List<Node> nodeList1, List<Node> nodeList2, List<Node> exhaustedNodes)
MergeHandlernodeList1 - list of nodes to be merged from the source documentnodeList2 - list of nodes to be merged form the patch documentexhaustedNodes - already merged nodesCopyright © 2015. All Rights Reserved.