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

org.daisy.common.xproc.XProcResult Maven / Gradle / Ivy

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



// TODO: Auto-generated Javadoc
/**
 * The Interface XProcResult gives access to the result of executing the pipeline and the message produced during the process.
 */
public interface XProcResult {

	/**
	 * Writes the output.
	 *
	 * @param output the output
	 */
	void writeTo(XProcOutput output);

	/**
	 * Gets the messages produced during the pipeline execution.
	 *
	 * @return the messages
	 */
	//MessageAccessor getMessages();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy