Project

General

Profile

Download (625 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
* 
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9

    
10
package eu.etaxonomy.cdm.io.common.mapping;
11

    
12
import org.jdom.Content;
13
import org.jdom.Element;
14

    
15
/**
16
 * @author a.mueller
17
 * @since 24.03.2009
18
 * @version 1.0
19
 */
20
public interface IXmlMapper {
21

    
22
	
23
	/**
24
	 * @param content
25
	 * @param parentElement
26
	 * @return
27
	 */
28
	public boolean mapsSource(Content content, Element parentElement);
29
}
(48-48/51)