Interface RWBeanVisitor2

    • Method Detail

      • onStart

        void onStart​(RWDefinition definition,
                     MarkupOutput mo)
        Called on iteration start up
        Parameters:
        definition - document definition
        mo - markup output
      • onEnd

        void onEnd​(MarkupOutput mo)
        Called on iteration end
        Parameters:
        mo - markup output
      • onStartSubsection

        void onStartSubsection​(RWSection subsection,
                               MarkupOutput mo)
        Called on start of subsection
        Parameters:
        subsection - subsection
        mo - markup output
      • onEndSubsection

        void onEndSubsection​(RWSection subsection,
                             MarkupOutput mo,
                             boolean isBordered)
        A subsection border occurs between two subsections, or if the subsection is the very last section in the document.
        Parameters:
        subsection - the subsection before the border.
        mo - the markup output.