Interface BlockParser
- All Known Implementing Classes:
DefinitionListBlockParser,FigureBlockParser,HorizontalRuleBlockParser,ListBlockParser,ParagraphBlockParser,SectionBlockParser,TableBlockParser,VerbatimBlockParser
public interface BlockParser
BlockParser interface.
-
Method Summary
-
Method Details
-
accept
accept.- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
-
visit
Block visit(String line, org.apache.maven.doxia.util.ByLineSource source) throws org.apache.maven.doxia.parser.ParseException visit.- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
- Throws:
org.apache.maven.doxia.parser.ParseException- if any.
-