Class AbstractEventEvaluatorAction

  • All Implemented Interfaces:
    ContextAware
    Direct Known Subclasses:
    EvaluatorAction

    @Deprecated(since="2022-01-27")
    public abstract class AbstractEventEvaluatorAction
    extends Action
    Deprecated.
    • Constructor Detail

      • AbstractEventEvaluatorAction

        public AbstractEventEvaluatorAction()
        Deprecated.
    • Method Detail

      • begin

        public void begin​(InterpretationContext ec,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        Deprecated.
        Instantiates an evaluator of the given class and sets its name.
        Specified by:
        begin in class Action
      • end

        public void end​(InterpretationContext ec,
                        java.lang.String e)
        Deprecated.
        Once the children elements are also parsed, now is the time to activate the evaluator options.
        Specified by:
        end in class Action