com.sun.msv.schematron.grammar
Class SRule
java.lang.Object
com.sun.msv.schematron.grammar.SActions
com.sun.msv.schematron.grammar.SRule
public class SRule
- extends SActions
Method Summary |
boolean |
matches(org.apache.xpath.XPathContext xcntxt,
Node node)
checks if the given Node matches this rule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRule
public SRule(org.apache.xpath.XPath _match,
Collection _asserts,
Collection _reports)
matches
public boolean matches(org.apache.xpath.XPathContext xcntxt,
Node node)
throws TransformerException
- checks if the given Node matches this rule.
- Throws:
TransformerException
MSV