Class DeclareHandler

  • All Implemented Interfaces:
    TagHandler

    public class DeclareHandler
    extends AbstractHandler
    Handles the <declare> element. Only the case with two children is supported in this case an expression like x=... is produced.
    Author:
    Richard Morris
    • Constructor Detail

      • DeclareHandler

        public DeclareHandler​(Jep jep)
    • Method Detail

      • handle

        public java.lang.Object handle​(StackFrame frame,
                                       org.xml.sax.Locator loc)
                                throws org.xml.sax.SAXParseException
        Description copied from interface: TagHandler
        Transform the element, called when a closing tag is encountered.
        Parameters:
        frame - StackFrame representing the element
        loc - location in input
        Returns:
        typically a Node, other types of objects may also be returned when the tag has a special meaning for its parent node.
        Throws:
        org.xml.sax.SAXParseException