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 Object implements RuleTarget
  • Constructor Details

    • StripRuleTarget

      public StripRuleTarget()
  • Method Details

    • export

      public void export(ExpressionPresenter presenter) throws XPathException
      Description copied from interface: RuleTarget
      Output diagnostic explanation to an ExpressionPresenter
      Specified by:
      export in interface RuleTarget
      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 interface RuleTarget
      Parameters:
      rule - a rule in which this is the target