org.apache.maven.doxia.module.confluence.parser
Interface BlockParser

All Known Implementing Classes:
HorizontalRuleBlockParser, ListBlockParser, ParagraphBlockParser, SectionBlockParser, TableBlockParser, VerbatimBlockParser

public interface BlockParser


Method Summary
 boolean accept(String line, org.apache.maven.doxia.util.ByLineSource source)
           
 Block visit(String line, org.apache.maven.doxia.util.ByLineSource source)
           
 

Method Detail

accept

public boolean accept(String line,
                      org.apache.maven.doxia.util.ByLineSource source)

visit

public Block visit(String line,
                   org.apache.maven.doxia.util.ByLineSource source)
            throws org.apache.maven.doxia.parser.ParseException
Throws:
org.apache.maven.doxia.parser.ParseException


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.