Interface BeforeVisitor

    • Method Detail

      • visitBefore

        void visitBefore​(Element element,
                         ExecutionContext executionContext)
        Visits the beginning of an Element.
        Parameters:
        element - the Element representing the beginning 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 not traversable.
        executionContext - the current ExecutionContext