public class TableBlockParser extends AbstractBlockParser
| Modifier and Type | Class and Description |
|---|---|
static class |
TableBlockParser.Factory |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
bodyColumnsFilledToHead |
static boolean |
bodyColumnsTruncatedToHead |
static int |
maxHeaderRows |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(ParserState state,
BasedSequence line) |
void |
closeBlock(ParserState state) |
Block |
getBlock() |
void |
parseInlines(InlineParser inlineParser) |
BlockContinue |
tryContinue(ParserState state) |
breakOutOnDoubleBlankLine, canContain, finalizeClosedBlock, getBlockContent, getDataHolder, isClosed, isContainer, isParagraphParser, isPropagatingLastBlankLinepublic static boolean bodyColumnsFilledToHead
public static boolean bodyColumnsTruncatedToHead
public static int maxHeaderRows
public Block getBlock()
public BlockContinue tryContinue(ParserState state)
public void addLine(ParserState state, BasedSequence line)
addLine in interface BlockParseraddLine in class AbstractBlockParserpublic void closeBlock(ParserState state)
public void parseInlines(InlineParser inlineParser)
parseInlines in interface BlockParserparseInlines in class AbstractBlockParserCopyright © 2017. All rights reserved.