org.apache.maven.doxia.module.confluence.parser.table
Class TableBlockParser

java.lang.Object
  extended by 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 638290 2008-03-18 09:45:22Z bentmann $
Author:
Juan F. Codagnone

Constructor Summary
TableBlockParser()
           
 
Method Summary
 boolean accept(java.lang.String line, ByLineSource source)
          

accept

 Block visit(java.lang.String line, ByLineSource source)
          

visit

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBlockParser

public TableBlockParser()
Method Detail

accept

public boolean accept(java.lang.String line,
                      ByLineSource source)

accept

Specified by:
accept in interface BlockParser
Returns:
boolean

visit

public Block visit(java.lang.String line,
                   ByLineSource source)
            throws ParseException

visit

Specified by:
visit in interface BlockParser
Returns:
boolean
Throws:
ParseException - if any


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.