Blockpublic class BoldBlock extends AbstractFatherBlock
BoldBlock class.
| Constructor | Description |
|---|---|
BoldBlock(java.util.List<Block> childBlocks) |
Constructor for BoldBlock.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
after(org.apache.maven.doxia.sink.Sink sink) |
after.
|
void |
before(org.apache.maven.doxia.sink.Sink sink) |
before.
|
getBlocks, traversepublic BoldBlock(java.util.List<Block> childBlocks)
Constructor for BoldBlock.
childBlocks - the child blocks.public void before(org.apache.maven.doxia.sink.Sink sink)
before.
before in class AbstractFatherBlocksink - the Sink to receive events.public void after(org.apache.maven.doxia.sink.Sink sink)
after.
after in class AbstractFatherBlocksink - the Sink to receive events.