Package net.sf.saxon.trans.rules
Interface RuleTarget
- All Known Implementing Classes:
AccumulatorRule,Stripper.StripRuleTarget,TemplateRule,TemplateRuleEE
public interface RuleTarget
The target of a rule, typically a TemplateRule.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexport(ExpressionPresenter presenter) Output diagnostic explanation to an ExpressionPresentervoidregisterRule(Rule rule) Register a rule for which this is the target
-
Method Details
-
export
Output diagnostic explanation to an ExpressionPresenter- Parameters:
presenter- the destination for the explanation- Throws:
XPathException- if output fails
-
registerRule
Register a rule for which this is the target- Parameters:
rule- a rule in which this is the target
-