public interface BlockParser
Implementations should subclass AbstractBlockParser instead of implementing this directly.
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(CharSequence line) |
boolean |
canContain(Block block) |
void |
closeBlock() |
Block |
getBlock() |
boolean |
isContainer()
Return true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.
|
void |
parseInlines(InlineParser inlineParser) |
BlockContinue |
tryContinue(ParserState parserState) |
boolean isContainer()
boolean canContain(Block block)
Block getBlock()
BlockContinue tryContinue(ParserState parserState)
void addLine(CharSequence line)
void closeBlock()
void parseInlines(InlineParser inlineParser)
Copyright © 2016 Atlassian. All rights reserved.