Interface MarkdomHandler<Result>

    • Method Detail

      • onDocumentBegin

        void onDocumentBegin()
      • onBlocksBegin

        void onBlocksBegin()
      • onCommentBlock

        void onCommentBlock​(String comment)
      • onDivisionBlock

        void onDivisionBlock()
      • onOrderedListBlockBegin

        void onOrderedListBlockBegin​(Integer startIndex)
      • onOrderedListBlockEnd

        void onOrderedListBlockEnd​(Integer startIndex)
      • onParagraphBlockBegin

        void onParagraphBlockBegin()
      • onParagraphBlockEnd

        void onParagraphBlockEnd()
      • onQuoteBlockBegin

        void onQuoteBlockBegin()
      • onQuoteBlockEnd

        void onQuoteBlockEnd()
      • onUnorderedListBlockBegin

        void onUnorderedListBlockBegin()
      • onUnorderedListBlockEnd

        void onUnorderedListBlockEnd()
      • onNextBlock

        void onNextBlock()
      • onBlocksEnd

        void onBlocksEnd()
      • onListItemsBegin

        void onListItemsBegin()
      • onListItemBegin

        void onListItemBegin()
      • onListItemEnd

        void onListItemEnd()
      • onNextListItem

        void onNextListItem()
      • onListItemsEnd

        void onListItemsEnd()
      • onContentsBegin

        void onContentsBegin()
      • onCodeContent

        void onCodeContent​(String code)
      • onLineBreakContent

        void onLineBreakContent​(Boolean hard)
      • onTextContent

        void onTextContent​(String text)
      • onNextContent

        void onNextContent()
      • onContentsEnd

        void onContentsEnd()
      • onDocumentEnd

        void onDocumentEnd()
      • getResult

        Result getResult()