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
class TableBlock extends AbstractFatherBlock
Represents a table- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description TableBlock(Block[] childBlocks)
Creates the TableBlock.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
after(Sink sink)
method called after traversing the childs(package private) void
before(Sink sink)
method called before traversing the childsprivate int[]
getJustification()
-
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
-
-
-
-
Constructor Detail
-
TableBlock
TableBlock(Block[] childBlocks)
Creates the TableBlock.- Parameters:
childBlocks
- child blocks
-
-
Method Detail
-
before
final void before(Sink sink)
method called before traversing the childs- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-
after
final void after(Sink sink)
method called after traversing the childs- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-
getJustification
private int[] getJustification()
-
-