Package ch.galinet.xml.xmlmerge
Interface Mapper
- All Superinterfaces:
Operation
- All Known Implementing Classes:
IdentityMapper,NamespaceFilterMapper
Transforms an element to another element by changing some nested content or
attributes.
- Author:
- Laurent Bovet (LBO), Alex Mathey (AMA)
-
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Elementmap(org.jdom2.Element patchElement) Transforms the given element to another element by changing some nested content or attributes.
-
Method Details
-
map
org.jdom2.Element map(org.jdom2.Element patchElement) Transforms the given element to another element by changing some nested content or attributes.- Parameters:
patchElement- the element to transform- Returns:
- the transformed element
-