Package net.sf.saxon.event
Class Stripper.StripRuleTarget
- java.lang.Object
-
- net.sf.saxon.event.Stripper.StripRuleTarget
-
- All Implemented Interfaces:
RuleTarget
- Enclosing class:
- Stripper
public static class Stripper.StripRuleTarget extends java.lang.Object implements RuleTarget
-
-
Constructor Summary
Constructors Constructor Description StripRuleTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(ExpressionPresenter presenter)
Output diagnostic explanation to an ExpressionPresentervoid
registerRule(Rule rule)
Register a rule for which this is the target
-
-
-
Method Detail
-
export
public void export(ExpressionPresenter presenter) throws XPathException
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
public void registerRule(Rule rule)
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
-
-