com.sun.msv.schematron.reader
Interface SActionReceiver

All Known Implementing Classes:
SElementState, SRuleState

public interface SActionReceiver


Method Summary
 void onAssert(SAction action)
           
 void onReport(SAction action)
           
 

Method Detail

onAssert

void onAssert(SAction action)

onReport

void onReport(SAction action)


MSV