DefinitionListBlockParser, FigureBlockParser, HorizontalRuleBlockParser, ListBlockParser, ParagraphBlockParser, SectionBlockParser, TableBlockParser, VerbatimBlockParserpublic interface BlockParser
BlockParser interface.
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(java.lang.String line,
org.apache.maven.doxia.util.ByLineSource source) |
accept.
|
Block |
visit(java.lang.String line,
org.apache.maven.doxia.util.ByLineSource source) |
visit.
|
boolean accept(java.lang.String line,
org.apache.maven.doxia.util.ByLineSource source)
line - the line.source - the source.Block visit(java.lang.String line, org.apache.maven.doxia.util.ByLineSource source) throws org.apache.maven.doxia.parser.ParseException
line - the line.source - the source.org.apache.maven.doxia.parser.ParseException - if any.