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

msv.relames.src.com.sun.msv.schematron.reader.SActionReceiver Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
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