public interface Action extends Operation
| 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.
|
void perform(org.jdom2.Element originalElement,
org.jdom2.Element patchElement,
org.jdom2.Element outputParentElement)
throws AbstractXmlMergeException
originalElement - Original elementpatchElement - Patch elementoutputParentElement - Output parent elementAbstractXmlMergeExceptionCopyright © 2001–2025. All rights reserved.