org.apache.maven.doxia.module.twiki.parser
public class SectionBlock extends AbstractFatherBlock
Since: Nov 1, 2005
| Constructor Summary | |
|---|---|
| SectionBlock(String title, int level, Block[] blocks)
Creates the SectionBlock.
| |
| Method Summary | |
|---|---|
| void | after(Sink sink) |
| void | before(Sink sink) |
| int | getLevel()
Returns the level.
|
| String | getTitle()
Returns the title.
|
| String | toString() |
null
Parameters: title the section title. level the section level: 0 < level < 6 blocks child blocks
Throws: IllegalArgumentException if the parameters are not in the domain
See Also: after
See Also: before
Returns: int with the level.
Returns: String with the title.
See Also: Object#toString()