public class OrderedMergeAction extends AbstractMergeAction
m_actionFactory, m_mapperFactory, m_matcherFactory| Constructor and Description |
|---|
OrderedMergeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(org.jdom2.Element originalElement,
org.jdom2.Element patchElement,
org.jdom2.Element outputParentElement)
Out of an original element and a second element provided by the patch DOM, applies an
operation and modifies the parent node of the result DOM.
|
setActionFactory, setMapperFactory, setMatcherFactorypublic void perform(org.jdom2.Element originalElement,
org.jdom2.Element patchElement,
org.jdom2.Element outputParentElement)
throws AbstractXmlMergeException
ActionoriginalElement - Original elementpatchElement - Patch elementoutputParentElement - Output parent elementAbstractXmlMergeExceptionCopyright © 2001–2025. All rights reserved.