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

Packages that use Action
ch.elca.el4j.services.xmlmerge   
ch.elca.el4j.services.xmlmerge.action   
 

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

Subinterfaces of Action in ch.elca.el4j.services.xmlmerge
 interface MergeAction
          An action merging the contents of the specified elements.
 

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

Classes in ch.elca.el4j.services.xmlmerge.action that implement Action
 class AbstractMergeAction
          Gathers the operation factory-related behaviour and a default configuration.
 class CompleteAction
          Copies the patch element only if it does not exist in the orginal document.
 class DeleteAction
          Keeps the original element only if it does not appear in the patch document.
 class DtdInsertAction
          Copy the patch element in the output parent with the correct position according to the DTD declared in doctype.
 class InsertAction
          Copies the patch element into the output by inserting it after already existing elements of the same name.
 class OrderedMergeAction
          Merge implementation traversing parallelly both element contents.
 class OverrideAction
          Copies the patch element if it exist in the original, keep the original if no corresponding patch element exists.
 class PreserveAction
          Copies the original regardless of the existence of patch element.
 class ReplaceAction
          Copies the patch element if it exists.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.