Interface RuleStore

  • All Known Implementing Classes:
    SimpleRuleStore

    public interface RuleStore
    As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.

    As a joran configurator goes through the elements in a document, it asks the rule store whether there are rules matching the current pattern by invoking the matchActions(ElementPath) method.

    Author:
    Ceki Gülcü