Interface MergeAction

All Superinterfaces:
Action, Operation
All Known Implementing Classes:
AbstractMergeAction, OrderedMergeAction, XsdInsertAction

public interface MergeAction extends Action
An action merging the contents of the specified elements. The factories for actions to apply to children elements are configurable through this interface.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
  • Method Details

    • setMapperFactory

      void setMapperFactory(OperationFactory factory)
      Sets the action's mapper factory.
      Parameters:
      factory - The action's mapper factory
    • setMatcherFactory

      void setMatcherFactory(OperationFactory factory)
      Sets the action's matcher factory.
      Parameters:
      factory - The action's matcher factory
    • setActionFactory

      void setActionFactory(OperationFactory factory)
      Sets the action's action factory.
      Parameters:
      factory - The action's action factory