Uses of Class
org.apache.maven.doxia.module.twiki.parser.ListItemBlock

Packages that use ListItemBlock
org.apache.maven.doxia.module.twiki.parser   
 

Uses of ListItemBlock in org.apache.maven.doxia.module.twiki.parser
 

Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type ListItemBlock
 ListBlock GenericListBlockParser.Type.createList(ListItemBlock[] items)
           
 

Constructors in org.apache.maven.doxia.module.twiki.parser with parameters of type ListItemBlock
UnorderedListBlock(ListItemBlock[] blocks)
          Creates the UnorderedListBlock.
NumeratedListBlock(int type, ListItemBlock[] blocks)
          Creates the UnorderedListBlock.
ListBlock(ListItemBlock[] blocks)
          Creates the ListBlock.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.