Interface RWVisitor

    • Method Detail

      • onStartSection

        void onStartSection​(RWSection section)
        This method is called at the beginning of every section
        Parameters:
        section -
      • onEndSection

        void onEndSection​(RWSection section)
        This method is called at the end of every section
        Parameters:
        section -
      • onObject

        void onObject​(RWObject ob)
        This method is called for each data object
        Parameters:
        ob -