view artifacts-common/src/main/java/org/dive4elements/artifacts/common/utils/ElementConverter.java @ 585:0960b825516a 3.2.x tip

Ensure the build does not fail due to non-ASCII characters
author Tom Gottfried <tom@intevation.de>
date Wed, 15 Nov 2023 10:34:52 +0100
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