JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.saxon.trans
Interface Mode.RuleFilter
Enclosing class:
Mode
protected 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 and 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method