Interface MarkupRendererFilter

    • Method Detail

      • renderMarkup

        void renderMarkup​(MarkupWriter writer,
                          MarkupRenderer renderer)
        Implementations should perform work before or after passing the writer to the renderer.
        Parameters:
        writer - to which markup should be written
        renderer - delegate to which the writer should be passed.