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
- 
Method Details- 
testRuleTest a rule to see whether it should be included- Parameters:
- r- the rule to be tested
- Returns:
- true if the rule qualifies
 
 
-