org.apache.maven.doxia.module.twiki.parser

Class SectionBlockParser

public class SectionBlockParser extends Object implements BlockParser

Parse looking for sections

Since: Nov 1, 2005

Author: Juan F. Codagnone

Method Summary
booleanaccept(String s)
voidsetHrulerParser(HRuleBlockParser hrulerParser)
Sets the hrulerParser.
voidsetParaParser(ParagraphBlockParser paraParser)
Sets the paraParser.
Blockvisit(String line, ByLineSource source)

Method Detail

accept

public final boolean accept(String s)

See Also: accept

setHrulerParser

public final void setHrulerParser(HRuleBlockParser hrulerParser)
Sets the hrulerParser.

Parameters: hrulerParser HRuleBlockParser with the hrulerParser.

setParaParser

public final void setParaParser(ParagraphBlockParser paraParser)
Sets the paraParser.

Parameters: paraParser ParagraphBlockParser with the paraParser.

visit

public final Block visit(String line, ByLineSource source)

See Also: BlockParser

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.