Uses of Interface
ch.galinet.xml.xmlmerge.XmlMerge
Packages that use XmlMerge
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in configuration classes.
Default implementation of XmlMerge.
-
Uses of XmlMerge in ch.galinet.xml.xmlmerge
Methods in ch.galinet.xml.xmlmerge with parameters of type XmlMerge -
Uses of XmlMerge in ch.galinet.xml.xmlmerge.config
Classes in ch.galinet.xml.xmlmerge.config that implement XmlMergeModifier and TypeClassDescriptionclassXmlMerge wrapper applying a configurer on the wrapped instance.Methods in ch.galinet.xml.xmlmerge.config with parameters of type XmlMergeModifier and TypeMethodDescriptionfinal voidConfigures the specified XmlMerge instance.voidConfigures the specified XmlMerge instance.Constructors in ch.galinet.xml.xmlmerge.config with parameters of type XmlMergeModifierConstructorDescriptionConfigurableXmlMerge(XmlMerge wrappedXmlMerge, Configurer configurer) Applies a configurer on a wrapped XmlMerge instance. -
Uses of XmlMerge in ch.galinet.xml.xmlmerge.merge
Classes in ch.galinet.xml.xmlmerge.merge that implement XmlMerge