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

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

The newest version!
package org.daisy.common.xproc.calabash;

import java.util.Map;

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

import org.daisy.common.xproc.XProcMonitor;

public interface XProcStepProvider {

	/**
	 *  Returns the implementation for the step represented by the XAtomicStep
	 */
	XProcStep newStep(XProcRuntime runtime, XAtomicStep step, XProcMonitor monitor, Map properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy