Interface AfterVisitor

    • Method Detail

      • visitAfter

        void visitAfter​(Element element,
                        ExecutionContext executionContext)
        Visits the end of an Element.
        Parameters:
        element - the Element representing the end of the fragment. The Element's ancestors are traversable unless the global configuration parameter maintain.element.stack is set to false. The Element's child nodes are traversable if one of the following conditions are met:
        executionContext - the current ExecutionContext