Class AbstractFatherBlock
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
- All Implemented Interfaces:
Block
- Direct Known Subclasses:
BoldBlock,ItalicBlock,ListBlock,ListItemBlock,MonospaceBlock,ParagraphBlock,TableBlock,TableCellBlock,TableCellHeaderBlock,TableRowBlock
Abstract AbstractFatherBlock class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractFatherBlock(List<Block> childBlocks) Constructor for AbstractFatherBlock. -
Method Summary
-
Field Details
-
blocks
-
-
Constructor Details
-
AbstractFatherBlock
Constructor for AbstractFatherBlock.
- Parameters:
childBlocks- the child blocks.
-
-
Method Details