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

Packages that use MergeAction
ch.elca.el4j.services.xmlmerge   
ch.elca.el4j.services.xmlmerge.action   
ch.elca.el4j.services.xmlmerge.config   
ch.elca.el4j.services.xmlmerge.merge   
 

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

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

Uses of MergeAction in ch.elca.el4j.services.xmlmerge.action
 

Classes in ch.elca.el4j.services.xmlmerge.action that implement MergeAction
 class AbstractMergeAction
          Gathers the operation factory-related behaviour and a default configuration.
 class OrderedMergeAction
          Merge implementation traversing parallelly both element contents.
 

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

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

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

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



Copyright © 2005-2011 ELCA. All Rights Reserved.