org.apache.maven.doxia.module.twiki.parser
public class ParagraphBlockParser extends Object implements BlockParser
Since: Nov 1, 2005
Method Summary | |
---|---|
boolean | accept(String line) |
void | setHrulerParser(HRuleBlockParser hrulerParser)
Sets the hrulerParser.
|
void | setListParser(GenericListBlockParser listParser)
Sets the listParser.
|
void | setSectionParser(SectionBlockParser sectionParser)
Sets the sectionParser.
|
void | setTableBlockParser(TableBlockParser tableBlockParser) |
void | setTextParser(FormatedTextParser textParser)
Sets the formatTextParser.
|
Block | visit(String line, ByLineSource source) |
See Also: accept
Parameters: hrulerParser HRuleBlockParser
with the hrulerParser.
Parameters: listParser ListBlockParser
with the listParser.
Parameters: sectionParser SectionBlockParser
with the sectionParser.
Parameters: tableBlockParser Table parser to use
Parameters: textParser FormatedTextParser
with the formatTextParser.
See Also: BlockParser