Uses of Class
org.apache.maven.doxia.module.twiki.parser.ListItemBlock
Packages that use ListItemBlock
-
Uses of ListItemBlock in org.apache.maven.doxia.module.twiki.parser
Methods in org.apache.maven.doxia.module.twiki.parser that return types with arguments of type ListItemBlockModifier and TypeMethodDescriptionprivate List<ListItemBlock>
TreeListBuilder.getListItems
(TreeListBuilder.TreeComponent tc) Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type ListItemBlockConstructors in org.apache.maven.doxia.module.twiki.parser with parameters of type ListItemBlockModifierConstructorDescription(package private)
ListBlock
(ListItemBlock[] blocks) Creates the ListBlock.(package private)
NumeratedListBlock
(int type, ListItemBlock[] blocks) Creates the UnorderedListBlock.(package private)
UnorderedListBlock
(ListItemBlock[] blocks) Creates the UnorderedListBlock.