AbstractBlockParser

Undocumented in source.

Members

Functions

addLine
void addLine(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
canContain
bool canContain(Block childBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
closeBlock
void closeBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getBlock
Block getBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
isContainer
bool isContainer()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(BlockParser o)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInlines
void parseInlines(InlineParser inlineParser)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BlockParser

isContainer
bool isContainer()

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

canContain
bool canContain(Block childBlock)
Undocumented in source.
getBlock
Block getBlock()
Undocumented in source.
tryContinue
BlockContinue tryContinue(ParserState parserState)
Undocumented in source.
addLine
void addLine(string line)
Undocumented in source.
closeBlock
void closeBlock()
Undocumented in source.
parseInlines
void parseInlines(InlineParser inlineParser)
Undocumented in source.
opCmp
int opCmp(BlockParser o)
Undocumented in source.

Meta