comparison artifacts-common/src/main/java/org/dive4elements/artifacts/common/utils/ElementConverter.java @ 502:09b5f7de8b6d 3.0.16

Added simple interface to convert an XML DOM element to something opaque.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 23 Sep 2013 10:49:01 +0200
parents
children
comparison
equal deleted inserted replaced
501:d3dbb7b5a164 502:09b5f7de8b6d
1 /*
2 * Copyright (c) 2013 by Intevation GmbH
3 *
4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */
8 package org.dive4elements.artifacts.common.utils;
9
10 import org.w3c.dom.Element;
11
12 /** Simple interface to convert an XML DOM element to somthing opaque,
13 * Useful to do some config preprocessing.
14 */
15 public interface ElementConverter {
16 Object convert(Element element);
17 }
18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org