Interface BlockPreProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void preProcess​(ParserState state, Block block)
      Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed
    • Method Detail

      • preProcess

        void preProcess​(ParserState state,
                        Block block)
        Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed
        Parameters:
        state - parser state
        block - the block node to pre-process