public interface XmlMerger
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Document |
mergeXml(org.dom4j.Document documentBase,
org.dom4j.Document mergeData)
Merge two XML Document
|
org.dom4j.Document mergeXml(org.dom4j.Document documentBase,
org.dom4j.Document mergeData)
documentBase - The basic XML document that will be alteredmergeData - The XML document that contains instructions to be mergedCopyright © 2013. All Rights Reserved.