Uses of Class
org.apache.maven.doxia.module.twiki.parser.ListBlock
-
Packages that use ListBlock Package Description org.apache.maven.doxia.module.twiki.parser -
-
Uses of ListBlock in org.apache.maven.doxia.module.twiki.parser
Subclasses of ListBlock in org.apache.maven.doxia.module.twiki.parser Modifier and Type Class Description (package private) class
NumeratedListBlock
1.(package private) class
UnorderedListBlock
- item1 - item2 - item2.1 ...Fields in org.apache.maven.doxia.module.twiki.parser declared as ListBlock Modifier and Type Field Description private ListBlock
ListItemBlock. innerList
Methods in org.apache.maven.doxia.module.twiki.parser that return ListBlock Modifier and Type Method Description ListBlock
GenericListBlockParser.Type. createList(ListItemBlock[] items)
(package private) ListBlock
TreeListBuilder. getBlock()
(package private) ListBlock
ListItemBlock. getInnerList()
Returns the innerList.private ListBlock
TreeListBuilder. getList(TreeListBuilder.TreeComponent tc)
WrapperConstructors in org.apache.maven.doxia.module.twiki.parser with parameters of type ListBlock Constructor Description ListItemBlock(Block[] blocks, ListBlock innerList)
Creates the ListItemBlock.
-