org.apache.maven.doxia.module.twiki.parser
public class UnorderedListBlock extends ListBlock
- item1
- item2
- item2.1
...
Since: Nov 1, 2005
| Constructor Summary | |
|---|---|
| UnorderedListBlock(ListItemBlock[] blocks)
Creates the UnorderedListBlock.
| |
| Method Summary | |
|---|---|
| void | after(Sink sink) |
| void | before(Sink sink) |
Parameters: blocks list of list items
Throws: IllegalArgumentException if listItemBlocks is null
See Also: after
See Also: before