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 TypeMethodDescriptionvoidexport(ExpressionPresenter presenter) Output diagnostic explanation to an ExpressionPresentervoidregisterRule(Rule rule) Register a rule for which this is the target
-
Constructor Details
-
StripRuleTarget
public StripRuleTarget()
-
-
Method Details
-
export
Description copied from interface:RuleTargetOutput diagnostic explanation to an ExpressionPresenter- Specified by:
exportin interfaceRuleTarget- Parameters:
presenter- the destination for the explanation- Throws:
XPathException- if output fails
-
registerRule
Description copied from interface:RuleTargetRegister a rule for which this is the target- Specified by:
registerRulein interfaceRuleTarget- Parameters:
rule- a rule in which this is the target
-