org.apache.maven.doxia.module.twiki.parser
Class ItalicBlock

java.lang.Object
  extended byorg.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.twiki.parser.ItalicBlock
All Implemented Interfaces:
Block

public class ItalicBlock
extends AbstractFatherBlock

Block that represents the italic text format

Since:
Nov 2, 2005
Author:
Juan F. Codagnone

Constructor Summary
ItalicBlock(Block[] childBlocks)
          Creates the BoldBlock.
 
Method Summary
 void after(Sink sink)
          method called after traversing the childs
 void before(Sink sink)
          method called before traversing the childs
 
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItalicBlock

public ItalicBlock(Block[] childBlocks)
Creates the BoldBlock.

Parameters:
childBlocks - child blocks
Method Detail

before

public final void before(Sink sink)
Description copied from class: AbstractFatherBlock
method called before traversing the childs

Specified by:
before in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.before(org.apache.maven.doxia.sink.Sink)

after

public final void after(Sink sink)
Description copied from class: AbstractFatherBlock
method called after traversing the childs

Specified by:
after in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.