public class MergePoint extends Object
Constructor and Description |
---|
MergePoint(MergeHandler handler,
Document doc1,
Document doc2) |
Modifier and Type | Method and Description |
---|---|
Node[] |
merge(List<Node> exhaustedNodes)
Execute the merge operation and also provide a list of nodes that have already been
merged.
|
public MergePoint(MergeHandler handler, Document doc1, Document doc2)
public Node[] merge(List<Node> exhaustedNodes) throws XPathExpressionException, TransformerException
exhaustedNodes
- XPathExpressionException
TransformerException
Copyright © 2022. All rights reserved.