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

net.sf.xmlform.data.DataSource Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package net.sf.xmlform.data;


/**
 * @author Liu Zhikun
 */

public interface DataSource {
	public  T parse(SourceParseContext parseContext) throws DataSourceException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy