ch.elca.el4j.services.xmlmerge
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)
File-location:
Mapper
Last check-in date:
2009-08-04 15:17:52 +0200 (Di, 04. Aug 2009) by swismer for revision 3880

Method Summary
 org.jdom.Element map(org.jdom.Element patchElement)
          Transforms the given element to another element by changing some nested content or attributes.
 

Method Detail

map

org.jdom.Element map(org.jdom.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


Copyright © 2005-2011 ELCA. All Rights Reserved.