com.sun.msv.schematron.grammar
Class SActions
java.lang.Object
com.sun.msv.schematron.grammar.SActions
- Direct Known Subclasses:
- SRule
public class SActions
- extends Object
Set of reports and asserts.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
asserts
public final SAction[] asserts
reports
public final SAction[] reports
SActions
public SActions(SAction[] _asserts,
SAction[] _reports)
SActions
public SActions(Collection _asserts,
Collection _reports)
MSV