|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.schematron.grammar.SActions
com.sun.msv.schematron.grammar.SRule
public class SRule
Field Summary |
---|
Fields inherited from class com.sun.msv.schematron.grammar.SActions |
---|
asserts, reports |
Constructor Summary | |
---|---|
SRule(org.apache.xpath.XPath _match,
java.util.Collection _asserts,
java.util.Collection _reports)
|
Method Summary | |
---|---|
boolean |
matches(org.w3c.dom.Node node)
checks if the given Node matches this rule. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SRule(org.apache.xpath.XPath _match, java.util.Collection _asserts, java.util.Collection _reports)
Method Detail |
---|
public boolean matches(org.w3c.dom.Node node) throws javax.xml.transform.TransformerException
javax.xml.transform.TransformerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |