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

org.eclipse.birt.core.template.Tag Maven / Gradle / Ivy

package org.eclipse.birt.core.template;


public interface Tag
{
	int doEndTag();
	int doStartTag();
	Tag getParent();
	void release();
	void setPageContext(Object context);
	void setParent(Tag t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy