| Class | Description |
|---|---|
| AttributeMerger | Merges a source element's attributes into a target element. |
| ElementMerger | Merges an element and all its children into an existing element. |
| VariableDeclaration | Representation of a scoped variable declaration made through th:with attributes. |
| VariableDeclarationMerger | Merges variable declarations in a th:with attribute processor, taking the declarations in the source and overriding same-named declarations in the target. |