com.sun.msv.schematron.grammar

Class SRule


public class SRule
extends SActions

Field Summary

Fields inherited from class com.sun.msv.schematron.grammar.SActions

asserts, reports

Constructor Summary

SRule(XPath _match, Collection _asserts, Collection _reports)

Method Summary

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

Constructor Details

SRule

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

Method Details

matches

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