Interface Mode.RuleAction

Enclosing class:
Mode
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Mode.RuleAction
Interface for helper classes used to process all the rules in the Mode
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process a given rule
  • Method Details

    • processRule

      void processRule(Rule r) throws XPathException
      Process a given rule
      Parameters:
      r - the rule to be processed
      Throws:
      XPathException - if an error occurs, for example a dynamic error in evaluating a pattern