public interface MatchedBlockParser
This interface is not intended to be implemented by clients.
| 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() |
BlockParser getBlockParser()
com.vladsch.flexmark.util.sequence.BasedSequence getParagraphContent()
'\n'.nullList<com.vladsch.flexmark.util.sequence.BasedSequence> getParagraphLines()
com.vladsch.flexmark.util.options.MutableDataHolder getParagraphDataHolder()
Copyright © 2018. All rights reserved.