public interface MatchedBlockParser
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
BlockParser |
getBlockParser() |
BasedSequence |
getParagraphContent()
Returns the current content of the paragraph if the matched block is a paragraph.
|
MutableDataHolder |
getParagraphDataHolder() |
List<Integer> |
getParagraphEolLengths() |
List<BasedSequence> |
getParagraphLines() |
BlockParser getBlockParser()
BasedSequence getParagraphContent()
'\n'
.null
List<BasedSequence> getParagraphLines()
MutableDataHolder getParagraphDataHolder()
Copyright © 2018. All rights reserved.