Class TableBlockParser
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.table.TableBlockParser
-
- All Implemented Interfaces:
BlockParser
public class TableBlockParser extends java.lang.Object implements BlockParser
Parse tables- Version:
- $Id: TableBlockParser.java 1726441 2016-01-23 19:37:22Z rfscholte $
- Author:
- Juan F. Codagnone
-
-
Constructor Summary
Constructors Constructor Description TableBlockParser()
Default constructor TableBlockParser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.String line, ByLineSource source)
accept.Block
visit(java.lang.String line, ByLineSource source)
visit.
-
-
-
Method Detail
-
accept
public boolean accept(java.lang.String line, ByLineSource source)
accept.- Specified by:
accept
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
-
visit
public Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit.- Specified by:
visit
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
- Throws:
ParseException
- if any.
-
-