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

org.milyn.delivery.replay.SAXEventReplay Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package org.milyn.delivery.replay;

import org.milyn.SmooksException;
import org.xml.sax.SAXException;

/**
 * SAX event replay interface.
 *
 * @author [email protected]
 */
public interface SAXEventReplay {

    /**
     * Replay the last SAX event onto the supplied SAX {@link org.xml.sax.ContentHandler} instance.
     *
     * @param handler The handler on whic to replay the last event.
     * @throws SmooksException Error replaying last event.
     */
    void replay(org.xml.sax.ContentHandler handler) throws SmooksException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy