public class XMLMergeUtil extends Object
Constructor and Description |
---|
XMLMergeUtil(String schemaFile)
Constructs the Merge Utility.
|
Modifier and Type | Method and Description |
---|---|
Node |
merge(Node master,
Node merge)
Merges the master node with the given merge node.
|
public XMLMergeUtil(String schemaFile) throws IOException, SAXException, ParserConfigurationException
schemaFile
- the path to the schema fileIOException
SAXException
ParserConfigurationException
public Node merge(Node master, Node merge) throws SAXException
master
- master nodemerge
- node to be merged with master nodeSAXException
- exception thrown during mergeCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries