Interface BlockParser
- All Known Implementing Classes:
GenericListBlockParser,HRuleBlockParser,ParagraphBlockParser,SectionBlockParser,TableBlockParser,VerbatimBlockParser
public interface BlockParser
Parse a twiki syntax block
-
Method Summary
-
Method Details
-
accept
accept.
- Parameters:
line- text line- Returns:
trueif this class can handle this line
-
visit
visit.
- Parameters:
line- a line of textsource- the source of lines- Returns:
- a block
- Throws:
ParseException- on error
-