msv.relames.src.com.sun.msv.schematron.reader.SActionReceiver Maven / Gradle / Ivy
package com.sun.msv.schematron.reader;
import com.sun.msv.schematron.grammar.SAction;
public interface SActionReceiver {
public void onAssert( SAction action );
public void onReport( SAction action );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy