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

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

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

import net.sf.xmlform.XMLFormPastport;
import net.sf.xmlform.expression.fun.FunctionProvider;
import net.sf.xmlform.form.XMLForm;
import net.sf.xmlform.type.BaseTypeProvider;

/**
 * @author Liu Zhikun
 */

public interface SourceParseContext {
	public XMLFormPastport getPastport();
	public FunctionProvider getFunctionProvider();
	public BaseTypeProvider getBaseTypeProvider();
	public SourceType getSourceType();
	public XMLForm getForm();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy