com.sun.msv.schematron.grammar

Class SRule

public class SRule extends SActions

Constructor Summary
SRule(XPath _match, Collection _asserts, Collection _reports)
Method Summary
booleanmatches(Node node)
checks if the given Node matches this rule.

Constructor Detail

SRule

public SRule(XPath _match, Collection _asserts, Collection _reports)

Method Detail

matches

public boolean matches(Node node)
checks if the given Node matches this rule.