Package ch.galinet.xml.xmlmerge.action
Class DeleteAction
java.lang.Object
ch.galinet.xml.xmlmerge.action.DeleteAction
Keeps the original element only if it does not appear in the patch document.
- Author:
- Laurent Bovet (LBO), Alex Mathey (AMA)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(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.
-
Constructor Details
-
DeleteAction
public DeleteAction()
-
-
Method Details
-
perform
public 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.
-