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,
ByLineSource source)
accept.
|
Block |
visit(java.lang.String line,
ByLineSource source)
visit.
|
public boolean accept(java.lang.String line, ByLineSource source)
accept
in interface BlockParser
line
- the line.source
- the source.public Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit
in interface BlockParser
line
- the line.source
- the source.ParseException
- if any.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.