Uses of Interface
ch.galinet.xml.xmlmerge.MergeAction
Packages that use MergeAction
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in actions.
Implementation of built-in configuration classes.
Default implementation of XmlMerge.
-
Uses of MergeAction in ch.galinet.xml.xmlmerge
Methods in ch.galinet.xml.xmlmerge with parameters of type MergeActionModifier and TypeMethodDescriptionvoidXmlMerge.setRootMergeAction(MergeAction rootMergeAction) Sets the MergeAction which will be applied to the root element. -
Uses of MergeAction in ch.galinet.xml.xmlmerge.action
Classes in ch.galinet.xml.xmlmerge.action that implement MergeActionModifier and TypeClassDescriptionclassGathers the operation factory-related behaviour and a default configuration.classMerge implementation traversing parallelly both element contents.classCreated by aellenn on 28.04.2017. -
Uses of MergeAction in ch.galinet.xml.xmlmerge.config
Methods in ch.galinet.xml.xmlmerge.config with parameters of type MergeActionModifier and TypeMethodDescriptionvoidConfigurableXmlMerge.setRootMergeAction(MergeAction rootMergeAction) Sets the MergeAction which will be applied to the root element. -
Uses of MergeAction in ch.galinet.xml.xmlmerge.merge
Methods in ch.galinet.xml.xmlmerge.merge with parameters of type MergeActionModifier and TypeMethodDescriptionvoidDefaultXmlMerge.setRootMergeAction(MergeAction rootMergeAction) Sets the MergeAction which will be applied to the root element.