org.apache.maven.doxia.module.twiki.parser
public class SectionBlockParser extends Object implements BlockParser
Since: Nov 1, 2005
Method Summary | |
---|---|
boolean | accept(String s) |
void | setHrulerParser(HRuleBlockParser hrulerParser)
Sets the hrulerParser.
|
void | setParaParser(ParagraphBlockParser paraParser)
Sets the paraParser.
|
Block | visit(String line, ByLineSource source) |
See Also: accept
Parameters: hrulerParser HRuleBlockParser
with the hrulerParser.
Parameters: paraParser ParagraphBlockParser
with the paraParser.
See Also: BlockParser