BlockBoldBlock, NumberedListBlockpublic abstract class AbstractFatherBlock extends java.lang.Object implements Block
Abstract AbstractFatherBlock class.
| Constructor | Description |
|---|---|
AbstractFatherBlock(java.util.List<Block> childBlocks) |
Constructor for AbstractFatherBlock.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
after(org.apache.maven.doxia.sink.Sink sink) |
after.
|
abstract void |
before(org.apache.maven.doxia.sink.Sink sink) |
before.
|
java.util.List<Block> |
getBlocks() |
Getter for the field
blocks. |
void |
traverse(org.apache.maven.doxia.sink.Sink sink) |
traverse.
|
public AbstractFatherBlock(java.util.List<Block> childBlocks)
Constructor for AbstractFatherBlock.
childBlocks - the child blocks.public abstract void before(org.apache.maven.doxia.sink.Sink sink)
before.
sink - the Sink to receive events.public abstract void after(org.apache.maven.doxia.sink.Sink sink)
after.
sink - the Sink to receive events.public void traverse(org.apache.maven.doxia.sink.Sink sink)
traverse.
public java.util.List<Block> getBlocks()
Getter for the field blocks.
List object.