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

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

public class SubBlock
extends Object
implements Block

Since:
1.4
Author:
Robert Scholte

Constructor Summary
SubBlock(String text)
           
 
Method Summary
 void traverse(Sink sink)
          traverse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubBlock

public SubBlock(String text)
Method Detail

traverse

public void traverse(Sink sink)
Description copied from interface: Block

traverse.

Specified by:
traverse in interface Block
Parameters:
sink - a Sink object.


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.