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

Class UnorderedListBlock

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
voidafter(Sink sink)
voidbefore(Sink sink)

Constructor Detail

UnorderedListBlock

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

Parameters: blocks list of list items

Throws: IllegalArgumentException if listItemBlocks is null

Method Detail

after

public final void after(Sink sink)

See Also: after

before

public final void before(Sink sink)

See Also: before

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