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

Class NumeratedListBlock

public class NumeratedListBlock extends ListBlock

    1. item1
    2. item2
        - item2.1
        ...
 

Since: Nov 8, 2005

Author: Juan F. Codagnone

Constructor Summary
NumeratedListBlock(int type, ListItemBlock[] blocks)
Creates the UnorderedListBlock.
Method Summary
voidafter(Sink sink)
voidbefore(Sink sink)
booleanequals(Object obj)
inthashCode()

Constructor Detail

NumeratedListBlock

public NumeratedListBlock(int type, ListItemBlock[] blocks)
Creates the UnorderedListBlock.

Parameters: type order item type. one of Sink#NUMBERING_.... 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

equals

public final boolean equals(Object obj)

See Also: equals

hashCode

public final int hashCode()

See Also: hashCode

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