Uses of Interface
ch.galinet.xml.xmlmerge.Configurer
Packages that use Configurer
Package
Description
Implementation of built-in configuration classes.
-
Uses of Configurer in ch.galinet.xml.xmlmerge.config
Classes in ch.galinet.xml.xmlmerge.config that implement ConfigurerModifier and TypeClassDescriptionclassSuperclass for configurers using XPathOperationFactory.classConfigure to apply actions declared as attributes in the patch DOM.classReads theXPathOperationFactoryconfiguration from a property file or a map.Constructors in ch.galinet.xml.xmlmerge.config with parameters of type ConfigurerModifierConstructorDescriptionConfigurableXmlMerge(Configurer configurer) Creates a default XmlMerge instance and configures it with the given configurer.ConfigurableXmlMerge(XmlMerge wrappedXmlMerge, Configurer configurer) Applies a configurer on a wrapped XmlMerge instance.