Class MatchedBlockParserImpl
java.lang.Object
com.vladsch.flexmark.parser.internal.MatchedBlockParserImpl
- All Implemented Interfaces:
MatchedBlockParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current content of the paragraph if the matched block is a paragraph.
-
Field Details
-
matchedBlockParser
-
-
Constructor Details
-
MatchedBlockParserImpl
-
-
Method Details
-
getParagraphLines
- Specified by:
getParagraphLinesin interfaceMatchedBlockParser
-
getParagraphEolLengths
- Specified by:
getParagraphEolLengthsin interfaceMatchedBlockParser
-
getBlockParser
- Specified by:
getBlockParserin interfaceMatchedBlockParser- Returns:
- current matched block parser instance
-
getParagraphContent
Description copied from interface:MatchedBlockParserReturns the current content of the paragraph if the matched block is a paragraph. The content can be multiple lines separated by'\n'.- Specified by:
getParagraphContentin interfaceMatchedBlockParser- Returns:
- paragraph content or
null
-
getParagraphDataHolder
- Specified by:
getParagraphDataHolderin interfaceMatchedBlockParser
-