Package net.sf.saxon.event
Class Stripper.StripRuleTarget
java.lang.Object
net.sf.saxon.event.Stripper.StripRuleTarget
- All Implemented Interfaces:
RuleTarget
- Enclosing class:
Stripper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(ExpressionPresenter presenter) Output diagnostic explanation to an ExpressionPresentervoid
registerRule
(Rule rule) Register a rule for which this is the target
-
Constructor Details
-
StripRuleTarget
public StripRuleTarget()
-
-
Method Details
-
export
Description copied from interface:RuleTarget
Output diagnostic explanation to an ExpressionPresenter- Specified by:
export
in interfaceRuleTarget
- Parameters:
presenter
- the destination for the explanation- Throws:
XPathException
- if output fails
-
registerRule
Description copied from interface:RuleTarget
Register a rule for which this is the target- Specified by:
registerRule
in interfaceRuleTarget
- Parameters:
rule
- a rule in which this is the target
-