Class ZzzzzzBlockPreProcessor

    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZzzzzzBlockPreProcessor

        public ZzzzzzBlockPreProcessor​(DataHolder options)
    • Method Detail

      • preProcess

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