org.apache.maven.doxia.module.twiki.parser
public class NumeratedListBlock extends ListBlock
1. item1 2. item2 - item2.1 ...
Since: Nov 8, 2005
Constructor Summary | |
---|---|
NumeratedListBlock(int type, ListItemBlock[] blocks)
Creates the UnorderedListBlock.
|
Method Summary | |
---|---|
void | after(Sink sink) |
void | before(Sink sink) |
boolean | equals(Object obj) |
int | hashCode() |
Parameters: type order item type. one of Sink#NUMBERING_.... blocks list of list items
Throws: IllegalArgumentException if listItemBlocks is null
See Also: after
See Also: before
See Also: equals
See Also: hashCode