org.apache.maven.doxia.module.confluence.parser
Class ParagraphBlock

java.lang.Object
  extended by org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
      extended by org.apache.maven.doxia.module.confluence.parser.ParagraphBlock
All Implemented Interfaces:
Block

public class ParagraphBlock
extends AbstractFatherBlock

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

Constructor Summary
ParagraphBlock(List blocks)
           
 
Method Summary
 void after(Sink sink)
           
 void before(Sink sink)
           
 
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphBlock

public ParagraphBlock(List blocks)
               throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

before

public void before(Sink sink)
Specified by:
before in class AbstractFatherBlock

after

public void after(Sink sink)
Specified by:
after in class AbstractFatherBlock


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.