org.apache.maven.doxia.module.twiki.parser
Class TableBlock
java.lang.Object
org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.TableBlock
- All Implemented Interfaces:
- Block
- 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 |
void |
after(Sink sink)
method called after traversing the childs |
void |
before(Sink sink)
method called before traversing the childs |
TableBlock
public TableBlock(Block[] childBlocks)
- Creates the TableBlock.
- Parameters:
childBlocks
- child blocks
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.