Class AbstractEventEvaluatorAction

    • Constructor Detail

      • AbstractEventEvaluatorAction

        public AbstractEventEvaluatorAction()
    • Method Detail

      • begin

        public void begin​(InterpretationContext ec,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        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)
        Once the children elements are also parsed, now is the time to activate the evaluator options.
        Specified by:
        end in class Action