org.apache.maven.doxia.module.twiki.parser
Class UnorderedListBlock

java.lang.Object
  extended byorg.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.twiki.parser.ListBlock
          extended byorg.apache.maven.doxia.module.twiki.parser.UnorderedListBlock
All Implemented Interfaces:
Block

public class UnorderedListBlock
extends ListBlock

    - item1
    - item2
        - item2.1
        ...
 

Since:
Nov 1, 2005
Author:
Juan F. Codagnone

Constructor Summary
UnorderedListBlock(ListItemBlock[] blocks)
          Creates the UnorderedListBlock.
 
Method Summary
 void after(Sink sink)
          method called after traversing the childs
 void before(Sink sink)
          method called before traversing the childs
 
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnorderedListBlock

public UnorderedListBlock(ListItemBlock[] blocks)
                   throws IllegalArgumentException
Creates the UnorderedListBlock.

Parameters:
blocks - list of list items
Throws:
IllegalArgumentException - if listItemBlocks is null
Method Detail

before

public final void before(Sink sink)
Description copied from class: AbstractFatherBlock
method called before traversing the childs

Specified by:
before in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.before(org.apache.maven.doxia.sink.Sink)

after

public final void after(Sink sink)
Description copied from class: AbstractFatherBlock
method called after traversing the childs

Specified by:
after in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)


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