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

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

public class ListItemBlock
extends AbstractFatherBlock


Constructor Summary
ListItemBlock(java.util.List blocks)
           
ListItemBlock(java.util.List blocks, ListBlock innerList)
           
 
Method Summary
 void after(org.apache.maven.doxia.sink.Sink sink)
           
 void before(org.apache.maven.doxia.sink.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(java.util.List blocks)
              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

ListItemBlock

public ListItemBlock(java.util.List blocks,
                     ListBlock innerList)
              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

before

public void before(org.apache.maven.doxia.sink.Sink sink)
Specified by:
before in class AbstractFatherBlock

after

public void after(org.apache.maven.doxia.sink.Sink sink)
Specified by:
after in class AbstractFatherBlock

getInnerList

public ListBlock getInnerList()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.