Class TableCellHeaderBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
-
- org.apache.maven.doxia.module.twiki.parser.TableCellHeaderBlock
-
- All Implemented Interfaces:
Block
class TableCellHeaderBlock extends AbstractFatherBlock
Table Cell headear- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description TableCellHeaderBlock(Block[] childBlocks)Creates the TableCellHeaderBlock.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidafter(Sink sink)method called after traversing the childs(package private) voidbefore(Sink sink)method called before traversing the childs-
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
-
-
-
-
Constructor Detail
-
TableCellHeaderBlock
TableCellHeaderBlock(Block[] childBlocks)
Creates the TableCellHeaderBlock.- Parameters:
childBlocks- childrens
-
-
Method Detail
-
before
final void before(Sink sink)
method called before traversing the childs- Specified by:
beforein classAbstractFatherBlock- Parameters:
sink- a sink to fill
-
after
final void after(Sink sink)
method called after traversing the childs- Specified by:
afterin classAbstractFatherBlock- Parameters:
sink- a sink to fill
-
-