![JAR search and dependency download from the Maven repository](/logo.png)
org.dozer.loader.xml.ElementReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dozer Show documentation
Show all versions of dozer Show documentation
Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another
package org.dozer.loader.xml;
import org.w3c.dom.Element;
/**
* @author Dmitry Buzdin
*/
public interface ElementReader {
String getAttribute(Element element, String attribute);
String getNodeValue(Element element);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy