public class ThematicBreakParser extends AbstractBlockParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ThematicBreakParser.Factory |
| Constructor and Description |
|---|
ThematicBreakParser(com.vladsch.flexmark.util.sequence.BasedSequence line) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeBlock(ParserState state) |
com.vladsch.flexmark.ast.Block |
getBlock() |
BlockContinue |
tryContinue(ParserState state)
See if the block parser can continue parsing the current block
|
addLine, breakOutOnDoubleBlankLine, canContain, canInterruptBy, finalizeClosedBlock, getBlockContent, getDataHolder, isClosed, isContainer, isInterruptible, isParagraphParser, isPropagatingLastBlankLine, isRawText, parseInlinespublic ThematicBreakParser(com.vladsch.flexmark.util.sequence.BasedSequence line)
public com.vladsch.flexmark.ast.Block getBlock()
public void closeBlock(ParserState state)
public BlockContinue tryContinue(ParserState state)
BlockParserstate - current parsing stateCopyright © 2018. All rights reserved.