org.apache.maven.doxia.module.twiki.parser
public interface BlockParser
Since: Nov 1, 2005
Method Summary | |
---|---|
boolean | accept(String line) |
Block | visit(String line, ByLineSource source) |
Parameters: line text line
Returns: true
if this class can handle this line
Parameters: line a line of text source the source of lines
Returns: a block
Throws: ParseException on error