public class TableBlockParser extends java.lang.Object implements BlockParser
Constructor and Description |
---|
TableBlockParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.String line)
accept.
|
void |
setTextParser(FormatedTextParser textParser)
Setter for the field
textParser . |
Block |
visit(java.lang.String line,
ByLineSource source)
visit.
|
public final boolean accept(java.lang.String line)
accept.
accept
in interface BlockParser
line
- text linetrue
if this class can handle this linepublic final Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit.
visit
in interface BlockParser
line
- a line of textsource
- the source of linesParseException
- on errorpublic final void setTextParser(FormatedTextParser textParser)
Setter for the field textParser
.
textParser
- text parser to be setCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.