Package | Description |
---|---|
com.sun.msv.schematron.grammar | |
com.sun.msv.schematron.reader |
Modifier and Type | Field and Description |
---|---|
SAction[] |
SActions.asserts |
SAction[] |
SActions.reports |
Constructor and Description |
---|
SActions(SAction[] _asserts,
SAction[] _reports) |
SActions(SAction[] _asserts,
SAction[] _reports) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SActionState.onActionReady(SAction action) |
protected void |
SActionState.SAssertState.onActionReady(SAction action) |
protected void |
SActionState.SReportState.onActionReady(SAction action) |
void |
SElementState.onAssert(SAction action) |
void |
SActionReceiver.onAssert(SAction action) |
void |
SRuleState.onAssert(SAction action) |
void |
SElementState.onReport(SAction action) |
void |
SActionReceiver.onReport(SAction action) |
void |
SRuleState.onReport(SAction action) |
MSV