| Package | Description |
|---|---|
| com.izforge.izpack.util.xmlmerge | |
| com.izforge.izpack.util.xmlmerge.action |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeAction
An action merging the contents of the specified elements.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
FullMergeAction
Merge implementation traversing element contents undependend of their order.
|
class |
InsertAction
Copies the patch element into the output by inserting it after already existing elements of the
same name.
|
class |
KeepAction
Copies the patch element if it exists also in original, otherwise nothing is added.
|
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 © 2001–2025. All rights reserved.