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

org.daisy.common.xproc.calabash.XProcStepProvider Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.daisy.common.xproc.calabash;

import com.xmlcalabash.core.XProcRuntime;
import com.xmlcalabash.runtime.XAtomicStep;

// TODO: Auto-generated Javadoc
/**
 * The Interface XProcStepProvider.
 */
public interface XProcStepProvider {

	/**
	 *  Returns the implementation for the step represented by the XAtomicStep
	 *
	 * @param runtime the runtime
	 * @param step the step
	 * @return the x proc step
	 */
	XProcStep newStep(XProcRuntime runtime, XAtomicStep step);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy