com.sun.msv.schematron.grammar
Class SAction

java.lang.Object
  extended by com.sun.msv.schematron.grammar.SAction

public class SAction
extends Object

assert or report


Field Summary
 String document
           
 org.apache.xpath.XPath xpath
           
 
Constructor Summary
SAction(org.apache.xpath.XPath xp, String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpath

public final org.apache.xpath.XPath xpath

document

public final String document
Constructor Detail

SAction

public SAction(org.apache.xpath.XPath xp,
               String msg)