Package net.sf.saxon.trans
Interface Mode.RuleAction
- Enclosing class:
Mode
public static interface Mode.RuleAction
Interface for helper classes used to process all the rules in the Mode
-
Method Summary
-
Method Details
-
processRule
Process a given rule- Parameters:
r
- the rule to be processed- Throws:
XPathException
- if an error occurs, for example a dynamic error in evaluating a pattern
-