Class BibliographyVisitor

    • Constructor Detail

      • BibliographyVisitor

        public BibliographyVisitor()
    • Method Detail

      • postConstruct

        @PostConstruct
        public void postConstruct()
                           throws org.jaxen.JaxenException
        Throws:
        org.jaxen.JaxenException
      • visitAfter

        public void visitAfter​(Element element,
                               ExecutionContext executionContext)
        Description copied from interface: AfterVisitor
        Visits the end of an Element.
        Specified by:
        visitAfter in interface AfterVisitor
        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