org.apache.maven.doxia.module.confluence.parser.list
Class ListItemBlock

java.lang.Object
  extended byorg.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.confluence.parser.list.ListItemBlock
All Implemented Interfaces:
Block

public class ListItemBlock
extends AbstractFatherBlock


Constructor Summary
ListItemBlock(List blocks)
           
ListItemBlock(List blocks, ListBlock innerList)
           
 
Method Summary
 void after(Sink sink)
           
 void before(Sink sink)
           
 ListBlock getInnerList()
           
 
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListItemBlock

public ListItemBlock(List blocks)
              throws IllegalArgumentException

ListItemBlock

public ListItemBlock(List blocks,
                     ListBlock innerList)
              throws IllegalArgumentException
Method Detail

before

public void before(Sink sink)
Specified by:
before in class AbstractFatherBlock

after

public void after(Sink sink)
Specified by:
after in class AbstractFatherBlock

getInnerList

public ListBlock getInnerList()


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