public class MatchedBlockParserImpl extends Object implements MatchedBlockParser
| Constructor and Description |
|---|
MatchedBlockParserImpl(BlockParser matchedBlockParser) |
| Modifier and Type | Method and Description |
|---|---|
BlockParser |
getBlockParser() |
com.vladsch.flexmark.util.sequence.BasedSequence |
getParagraphContent()
Returns the current content of the paragraph if the matched block is a paragraph.
|
com.vladsch.flexmark.util.options.MutableDataHolder |
getParagraphDataHolder() |
List<Integer> |
getParagraphEolLengths() |
List<com.vladsch.flexmark.util.sequence.BasedSequence> |
getParagraphLines() |
public MatchedBlockParserImpl(BlockParser matchedBlockParser)
public List<com.vladsch.flexmark.util.sequence.BasedSequence> getParagraphLines()
getParagraphLines in interface MatchedBlockParserpublic List<Integer> getParagraphEolLengths()
getParagraphEolLengths in interface MatchedBlockParserpublic BlockParser getBlockParser()
getBlockParser in interface MatchedBlockParserpublic com.vladsch.flexmark.util.sequence.BasedSequence getParagraphContent()
MatchedBlockParser'\n'.getParagraphContent in interface MatchedBlockParsernullpublic com.vladsch.flexmark.util.options.MutableDataHolder getParagraphDataHolder()
getParagraphDataHolder in interface MatchedBlockParserCopyright © 2018. All rights reserved.