com.itelg.spring.xom.unmarshaller.parser.Parser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-xom-unmarshaller Show documentation
Show all versions of spring-xom-unmarshaller Show documentation
Spring XML Unmarshalling with XOM
package com.itelg.spring.xom.unmarshaller.parser;
import nu.xom.Element;
public interface Parser
{
T parse(Element rootElement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy