Class MinusHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      MinusHandler()  
    • Constructor Detail

      • MinusHandler

        public MinusHandler()
    • Method Detail

      • apply

        public Node apply​(ApplyHandler ah,
                          StackFrame frame,
                          org.xml.sax.Locator loc)
                   throws org.xml.sax.SAXParseException,
                          ParseException
        Description copied from class: SpecialFunctionHandler
        Called when closing <apply/> tag is encountered.
        Specified by:
        apply in class SpecialFunctionHandler
        Parameters:
        ah - a reference to the ApplyHandler which provides some useful methods.
        frame - the stackframe for the apply element, the children can be recovered from this
        loc - provides information on the location in the xml document.
        Returns:
        the resulting Node representing the function.
        Throws:
        org.xml.sax.SAXParseException
        ParseException