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

com.itelg.spring.xom.unmarshaller.parser.Parser Maven / Gradle / Ivy

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