com.sun.msv.schematron.reader

Class SElementState

Implemented Interfaces:
SActionReceiver, SRuleReceiver

public class SElementState
extends ElementState
implements SActionReceiver, SRuleReceiver

Method Summary

void
onAssert(SAction action)
void
onReport(SAction action)
void
onRule(SRule rule)

Method Details

onAssert

public void onAssert(SAction action)
Specified by:
onAssert in interface SActionReceiver

onReport

public void onReport(SAction action)
Specified by:
onReport in interface SActionReceiver

onRule

public void onRule(SRule rule)
Specified by:
onRule in interface SRuleReceiver