Interface BlockPreProcessor

All Known Implementing Classes:
DefinitionListBlockPreProcessor, DefinitionListItemBlockPreProcessor, TaskListItemBlockPreProcessor, ZzzzzzBlockPreProcessor

public interface BlockPreProcessor
  • Method Summary

    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 Details

    • 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