Package net.sf.saxon.trans
Interface Mode.RuleFilter
-
- Enclosing class:
- Mode
public static interface Mode.RuleFilter
Interface for helper classes used to filter a chain of rules
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
testRule(Rule r)
Test a rule to see whether it should be included
-
-
-
Method Detail
-
testRule
boolean testRule(Rule r)
Test a rule to see whether it should be included- Parameters:
r
- the rule to be tested- Returns:
- true if the rule qualifies
-
-