Merges a source element's attributes into a target element.
Authors:
Emanuel Rabina
Methods Summary
Methods
Type
Name and description
void
merge(Element targetElement, Element sourceElement) Merge source element attributes into a target element, overwriting those
attributes found in the target with those from the source.