org.apache.maven.doxia.module.twiki.parser
public class ListItemBlock extends AbstractFatherBlock
Since: Nov 1, 2005
Constructor Summary | |
---|---|
ListItemBlock(Block[] blocks) | |
ListItemBlock(Block[] blocks, ListBlock innerList)
Creates the ListItemBlock.
|
Method Summary | |
---|---|
void | after(Sink sink) |
void | before(Sink sink) |
boolean | equals(Object obj) |
ListBlock | getInnerList()
Returns the innerList.
|
int | hashCode() |
See Also: (Block[], ListBlock)
Parameters: blocks text innerList child list
Throws: IllegalArgumentException if textBlocks is null
See Also: after
See Also: before
See Also: Object#equals(Object)
Returns: UnorderedListBlock
with the innerList.
See Also: Object#hashCode()