org.apache.maven.doxia.module.confluence.parser.table

Class TableCellBlock

Implemented Interfaces:
Block

public class TableCellBlock
extends AbstractFatherBlock

Constructor Summary

TableCellBlock(List childBlocks)

Method Summary

void
after(Sink sink)
void
before(Sink sink)

Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock

after, before, getBlocks, traverse

Constructor Details

TableCellBlock

public TableCellBlock(List childBlocks)

Method Details

after

public void after(Sink sink)
Overrides:
after in interface AbstractFatherBlock

before

public void before(Sink sink)
Overrides:
before in interface AbstractFatherBlock