GenericListBlockParser, HRuleBlockParser, ParagraphBlockParser, SectionBlockParser, TableBlockParser, VerbatimBlockParserpublic interface BlockParser
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(java.lang.String line) |
accept.
|
Block |
visit(java.lang.String line,
org.apache.maven.doxia.util.ByLineSource source) |
visit.
|
boolean accept(java.lang.String line)
accept.
line - text linetrue if this class can handle this lineBlock visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source) throws org.apache.maven.doxia.parser.ParseException
visit.
line - a line of textsource - the source of linesorg.apache.maven.doxia.parser.ParseException - on error