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
Represents a table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final voidmethod called after traversing the childs(package private) final voidmethod called before traversing the childsprivate int[]Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
-
Constructor Details
-
TableBlock
TableBlock(Block[] childBlocks) Creates the TableBlock.- Parameters:
childBlocks- child blocks
-
-
Method Details
-
before
method called before traversing the childs- Specified by:
beforein classAbstractFatherBlock- Parameters:
sink- a sink to fill
-
after
method called after traversing the childs- Specified by:
afterin classAbstractFatherBlock- Parameters:
sink- a sink to fill
-
getJustification
private int[] getJustification()
-