public abstract class AbstractBlockParser extends Object implements BlockParser
| Constructor and Description |
|---|
AbstractBlockParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(CharSequence line) |
boolean |
canContain(Block block) |
void |
closeBlock() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlock, tryContinuepublic boolean isContainer()
BlockParserisContainer in interface BlockParserpublic boolean canContain(Block block)
canContain in interface BlockParserpublic void addLine(CharSequence line)
addLine in interface BlockParserpublic void closeBlock()
closeBlock in interface BlockParserpublic void parseInlines(InlineParser inlineParser)
parseInlines in interface BlockParserCopyright © 2016 Atlassian. All rights reserved.