Interface Mapper

All Superinterfaces:
Operation
All Known Implementing Classes:
IdentityMapper, NamespaceFilterMapper

public interface Mapper extends Operation
Transforms an element to another element by changing some nested content or attributes.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jdom2.Element
    map(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