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) classNumeratedListBlock1.(package private) classUnorderedListBlock- item1 - item2 - item2.1 ...Fields in org.apache.maven.doxia.module.twiki.parser declared as ListBlock Modifier and Type Field Description private ListBlockListItemBlock. innerListMethods in org.apache.maven.doxia.module.twiki.parser that return ListBlock Modifier and Type Method Description ListBlockGenericListBlockParser.Type. createList(ListItemBlock[] items)(package private) ListBlockTreeListBuilder. getBlock()(package private) ListBlockListItemBlock. getInnerList()Returns the innerList.private ListBlockTreeListBuilder. 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.
-