Class AbstractFatherBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
-
- All Implemented Interfaces:
Block
- Direct Known Subclasses:
BoldBlock
,NumberedListBlock
public abstract class AbstractFatherBlock extends Object implements Block
Abstract AbstractFatherBlock class.
-
-
Constructor Summary
Constructors Constructor Description AbstractFatherBlock(List<Block> childBlocks)
Constructor for AbstractFatherBlock.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
after(Sink sink)
after.abstract void
before(Sink sink)
before.List<Block>
getBlocks()
Getter for the fieldblocks
.void
traverse(Sink sink)
traverse.
-