Uses of Interface
ch.galinet.xml.xmlmerge.Action
Packages that use Action
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in actions.
-
Uses of Action in ch.galinet.xml.xmlmerge
Subinterfaces of Action in ch.galinet.xml.xmlmergeModifier and TypeInterfaceDescriptioninterfaceAn action merging the contents of the specified elements. -
Uses of Action in ch.galinet.xml.xmlmerge.action
Classes in ch.galinet.xml.xmlmerge.action that implement ActionModifier and TypeClassDescriptionclassGathers the operation factory-related behaviour and a default configuration.classCopies the patch element only if it does not exist in the orginal document.classKeeps the original element only if it does not appear in the patch document.classCopies the patch element into the output by inserting it after already existing elements of the same name.classMerge implementation traversing parallelly both element contents.classCopies the patch element if it exist in the original, keep the original if no corresponding patch element exists.classCopies the original regardless of the existence of patch element.classCopies the patch element if it exists.classCreated by aellenn on 28.04.2017.