Package | Description |
---|---|
org.apache.maven.doxia.module.twiki.parser |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ListItemBlock> |
TreeListBuilder.getListItems(TreeListBuilder.TreeComponent tc) |
Modifier and Type | Method and Description |
---|---|
ListBlock |
GenericListBlockParser.Type.createList(ListItemBlock[] items) |
Constructor and Description |
---|
ListBlock(ListItemBlock[] blocks)
Creates the ListBlock.
|
NumeratedListBlock(int type,
ListItemBlock[] blocks)
Creates the UnorderedListBlock.
|
UnorderedListBlock(ListItemBlock[] blocks)
Creates the UnorderedListBlock.
|