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

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

public class TextBlock
extends java.lang.Object
implements Block

Version:
$Id: TextBlock.java 496703 2007-01-16 14:27:31Z vsiveton $
Author:
Jason van Zyl

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

Constructor Detail

TextBlock

public TextBlock(java.lang.String text)
Method Detail

traverse

public void traverse(org.apache.maven.doxia.sink.Sink sink)
Specified by:
traverse in interface Block


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.