public class SRule extends SActions
| Constructor and Description |
|---|
SRule(org.apache.xpath.XPath _match,
java.util.Collection _asserts,
java.util.Collection _reports) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.xpath.XPathContext xcntxt,
org.w3c.dom.Node node)
checks if the given Node matches this rule.
|
MSV