BlockParser

Parser for a specific block node. <p> Implementations should subclass {@link AbstractBlockParser} instead of implementing this directly.

Members

Functions

addLine
void addLine(string line)
Undocumented in source.
canContain
bool canContain(Block childBlock)
Undocumented in source.
closeBlock
void closeBlock()
Undocumented in source.
getBlock
Block getBlock()
Undocumented in source.
isContainer
bool isContainer()

Return true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.

opCmp
int opCmp(BlockParser o)
Undocumented in source.
parseInlines
void parseInlines(InlineParser inlineParser)
Undocumented in source.
tryContinue
BlockContinue tryContinue(ParserState parserState)
Undocumented in source.

Meta