Class TableBlockParser
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.table.TableBlockParser
- All Implemented Interfaces:
BlockParser
Parse tables
- Author:
- Juan F. Codagnone
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableBlockParser
public TableBlockParser()Default constructor TableBlockParser.
-
-
Method Details
-
accept
accept.- Specified by:
accept
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
-
visit
public Block visit(String line, org.apache.maven.doxia.util.ByLineSource source) throws org.apache.maven.doxia.parser.ParseException visit.- Specified by:
visit
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
- Throws:
org.apache.maven.doxia.parser.ParseException
- if any.
-