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, ByLineSource source)
           
 Block visit(String line, ByLineSource source)
           
 

Method Detail

accept

boolean accept(String line,
               ByLineSource source)

visit

Block visit(String line,
            ByLineSource source)
            throws ParseException
Throws:
ParseException


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.