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

net.sf.xmlform.expression.ExpressionContext Maven / Gradle / Ivy

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

import net.sf.xmlform.XMLFormPastport;

/**
 * @author Liu Zhikun
 */

public interface ExpressionContext {
	public XMLFormPastport getPastport();
	public Value getNamedValue(String valueName);
	public Value executeFunction(String funName,Factor factors[]);
	public Value convertToValue(Object value);
	public Object getAttribute(String valueName);
	public void setAttribute(String valueName,Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy