public class HeadingParser extends AbstractBlockParser
| Modifier and Type | Class and Description |
|---|---|
static class |
HeadingParser.Factory |
| Constructor and Description |
|---|
HeadingParser(int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeBlock(ParserState state) |
com.vladsch.flexmark.ast.Block |
getBlock() |
void |
parseInlines(InlineParser inlineParser)
Do inline processing for the block content using the given inline parser interface
|
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, isRawTextpublic com.vladsch.flexmark.ast.Block getBlock()
public BlockContinue tryContinue(ParserState state)
BlockParserstate - current parsing statepublic void parseInlines(InlineParser inlineParser)
BlockParserparseInlines in interface BlockParserparseInlines in class AbstractBlockParserinlineParser - instance of inline parserpublic void closeBlock(ParserState state)
Copyright © 2018. All rights reserved.