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

com.xmlcalabash.core.XProcRunnable Maven / Gradle / Ivy

The newest version!
package com.xmlcalabash.core;

import net.sf.saxon.s9api.SaxonApiException;

/**
 * Created by IntelliJ IDEA.
 * User: ndw
 * Date: Dec 19, 2009
 * Time: 2:56:33 PM
 * To change this template use File | Settings | File Templates.
 */
public interface XProcRunnable {
    public default void reset() {}
    public void run() throws SaxonApiException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy