All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dozer.loader.xml.ElementReader Maven / Gradle / Ivy

Go to download

Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another

There is a newer version: 5.5.1
Show newest version
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