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

Class TableBlock

public class TableBlock extends AbstractFatherBlock

Represents a table

Since: Nov 10, 2005

Author: Juan F. Codagnone

Constructor Summary
TableBlock(Block[] childBlocks)
Creates the TableBlock.
Method Summary
voidafter(Sink sink)
voidbefore(Sink sink)

Constructor Detail

TableBlock

public TableBlock(Block[] childBlocks)
Creates the TableBlock.

Parameters: childBlocks child blocks

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.