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

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

public class SupBlock
extends Object
implements Block

Since:
1.4
Author:
Robert Scholte

Constructor Summary
SupBlock(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

SupBlock

public SupBlock(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.