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:
getParagraphLines
in interfaceMatchedBlockParser
-
getParagraphEolLengths
- Specified by:
getParagraphEolLengths
in interfaceMatchedBlockParser
-
getBlockParser
- Specified by:
getBlockParser
in interfaceMatchedBlockParser
- Returns:
- current matched block parser instance
-
getParagraphContent
Description copied from interface:MatchedBlockParser
Returns the current content of the paragraph if the matched block is a paragraph. The content can be multiple lines separated by'\n'
.- Specified by:
getParagraphContent
in interfaceMatchedBlockParser
- Returns:
- paragraph content or
null
-
getParagraphDataHolder
- Specified by:
getParagraphDataHolder
in interfaceMatchedBlockParser
-