view artifacts-common/src/main/java/org/dive4elements/artifacts/common/utils/ElementConverter.java @ 556:ba31ca213c88

loadConfig static method
author gernotbelger
date Tue, 26 Jun 2018 20:25:46 +0200
parents 09b5f7de8b6d
children
line wrap: on
line source
/*
 * Copyright (c) 2013 by Intevation GmbH
 *
 * This program is free software under the LGPL (>=v2.1)
 * Read the file LGPL.txt coming with the software for details
 * or visit http://www.gnu.org/licenses/ if it does not exist.
 */
package org.dive4elements.artifacts.common.utils;

import org.w3c.dom.Element;

/** Simple interface to convert an XML DOM element to somthing opaque,
 *  Useful to do some config preprocessing.
 */
public interface ElementConverter {
    Object convert(Element element);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org