Uses of Interface
ch.elca.el4j.services.xmlmerge.Mapper

Packages that use Mapper
ch.elca.el4j.services.xmlmerge   
ch.elca.el4j.services.xmlmerge.config   
ch.elca.el4j.services.xmlmerge.mapper   
ch.elca.el4j.services.xmlmerge.merge   
 

Uses of Mapper in ch.elca.el4j.services.xmlmerge
 

Methods in ch.elca.el4j.services.xmlmerge with parameters of type Mapper
 void XmlMerge.setRootMapper(Mapper rootMapper)
          Sets the Mapper which will be applied to the root element.
 

Uses of Mapper in ch.elca.el4j.services.xmlmerge.config
 

Methods in ch.elca.el4j.services.xmlmerge.config with parameters of type Mapper
 void ConfigurableXmlMerge.setRootMapper(Mapper rootMapper)
          Sets the Mapper which will be applied to the root element.
 

Uses of Mapper in ch.elca.el4j.services.xmlmerge.mapper
 

Classes in ch.elca.el4j.services.xmlmerge.mapper that implement Mapper
 class IdentityMapper
          Does not transform the element.
 class NamespaceFilterMapper
          Filters out elements and attributes with a specified namespace.
 

Uses of Mapper in ch.elca.el4j.services.xmlmerge.merge
 

Methods in ch.elca.el4j.services.xmlmerge.merge with parameters of type Mapper
 void DefaultXmlMerge.setRootMapper(Mapper rootMapper)
          Sets the Mapper which will be applied to the root element.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.