Uses of Interface
ch.galinet.xml.xmlmerge.Mapper
Packages that use Mapper
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in configuration classes.
Implementation of built-in mappers.
Default implementation of XmlMerge.
-
Uses of Mapper in ch.galinet.xml.xmlmerge
Methods in ch.galinet.xml.xmlmerge with parameters of type MapperModifier and TypeMethodDescriptionvoidXmlMerge.setRootMapper(Mapper rootMapper) Sets the Mapper which will be applied to the root element. -
Uses of Mapper in ch.galinet.xml.xmlmerge.config
Methods in ch.galinet.xml.xmlmerge.config with parameters of type MapperModifier and TypeMethodDescriptionvoidConfigurableXmlMerge.setRootMapper(Mapper rootMapper) Sets the Mapper which will be applied to the root element. -
Uses of Mapper in ch.galinet.xml.xmlmerge.mapper
Classes in ch.galinet.xml.xmlmerge.mapper that implement MapperModifier and TypeClassDescriptionclassDoes not transform the element.classFilters out elements and attributes with a specified namespace. -
Uses of Mapper in ch.galinet.xml.xmlmerge.merge
Methods in ch.galinet.xml.xmlmerge.merge with parameters of type MapperModifier and TypeMethodDescriptionvoidDefaultXmlMerge.setRootMapper(Mapper rootMapper) Sets the Mapper which will be applied to the root element.