Interface BlockParser
- All Known Implementing Classes:
DefinitionListBlockParser
,FigureBlockParser
,HorizontalRuleBlockParser
,ListBlockParser
,ParagraphBlockParser
,SectionBlockParser
,TableBlockParser
,VerbatimBlockParser
public interface BlockParser
BlockParser interface.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(String line, ByLineSource source) accept.visit
(String line, ByLineSource source) visit.
-
Method Details
-
accept
accept.- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
-
visit
visit.- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
- Throws:
ParseException
- if any.
-