java.lang.Object
org.apache.maven.doxia.module.confluence.parser.table.TableBlockParser
All Implemented Interfaces:
BlockParser

public class TableBlockParser extends Object implements BlockParser
Parse tables
Author:
Juan F. Codagnone
  • Constructor Details

    • TableBlockParser

      public TableBlockParser()
      Default constructor TableBlockParser.
  • Method Details

    • accept

      public boolean accept(String line, org.apache.maven.doxia.util.ByLineSource source)
      accept.
      Specified by:
      accept in interface BlockParser
      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 interface BlockParser
      Parameters:
      line - the line.
      source - the source.
      Returns:
      boolean true if valid.
      Throws:
      org.apache.maven.doxia.parser.ParseException - if any.