Blockpublic class NumberedListBlock extends AbstractFatherBlock
NumberedListBlock class.
| 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 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.