Package ch.galinet.xml.xmlmerge
Interface MergeAction
- All Known Implementing Classes:
AbstractMergeAction,OrderedMergeAction,XsdInsertAction
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 Summary
Modifier and TypeMethodDescriptionvoidsetActionFactory(OperationFactory factory) Sets the action's action factory.voidsetMapperFactory(OperationFactory factory) Sets the action's mapper factory.voidsetMatcherFactory(OperationFactory factory) Sets the action's matcher factory.
-
Method Details
-
setMapperFactory
Sets the action's mapper factory.- Parameters:
factory- The action's mapper factory
-
setMatcherFactory
Sets the action's matcher factory.- Parameters:
factory- The action's matcher factory
-
setActionFactory
Sets the action's action factory.- Parameters:
factory- The action's action factory
-