org.apache.maven.doxia.module.twiki.parser
public class GenericListBlockParser extends Object implements BlockParser
Since: Nov 9, 2005
Nested Class Summary | |
---|---|
interface | GenericListBlockParser.Type |
Constructor Summary | |
---|---|
GenericListBlockParser()
Creates the GenericListBlockParser. |
Method Summary | |
---|---|
boolean | accept(String line) |
void | setTextParser(FormatedTextParser textParser)
Sets the formatTextParser.
|
Block | visit(String line, ByLineSource source) |
See Also: accept
Parameters: textParser FormatedTextParser
with the formatTextParser.
See Also: visit