Class ItalicBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
-
- org.apache.maven.doxia.module.confluence.parser.ItalicBlock
-
- All Implemented Interfaces:
Block
class ItalicBlock extends AbstractFatherBlock
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ItalicBlock(java.util.List<Block> childBlocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after(Sink sink)
after.void
before(Sink sink)
before.-
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
-
-
-
-
Constructor Detail
-
ItalicBlock
ItalicBlock(java.util.List<Block> childBlocks)
-
-
Method Detail
-
before
public void before(Sink sink)
before.
- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
after
public void after(Sink sink)
after.
- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
-