ch.elca.el4j.services.xmlmerge.mapper
Class IdentityMapper

java.lang.Object
  extended by ch.elca.el4j.services.xmlmerge.mapper.IdentityMapper
All Implemented Interfaces:
Mapper, Operation

public class IdentityMapper
extends Object
implements Mapper

Does not transform the element.

Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
File-location:
IdentityMapper
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Constructor Summary
IdentityMapper()
           
 
Method Summary
 org.jdom.Element map(org.jdom.Element patchElement)
          Transforms the given element to another element by changing some nested content or attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityMapper

public IdentityMapper()
Method Detail

map

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

Specified by:
map in interface Mapper
Parameters:
patchElement - the element to transform
Returns:
the transformed element


Copyright © 2005-2011 ELCA. All Rights Reserved.