public class TableBlockParser extends Object implements BlockParser
| Constructor and Description |
|---|
TableBlockParser()
Default constructor TableBlockParser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String line,
ByLineSource source)
accept.
|
Block |
visit(String line,
ByLineSource source)
visit.
|
public boolean accept(String line, ByLineSource source)
accept in interface BlockParserline - the line.source - the source.public Block visit(String line, ByLineSource source) throws ParseException
visit in interface BlockParserline - the line.source - the source.ParseException - if any.Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.