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

Class TextBlock

Implemented Interfaces:
Block

public class TextBlock
extends java.lang.Object
implements Block

Version:
$Id: TextBlock.java 354930 2005-12-08 01:12:16Z jdcasey $
Author:
Jason van Zyl

Constructor Summary

TextBlock(String text)

Method Summary

void
traverse(Sink sink)

Constructor Details

TextBlock

public TextBlock(String text)

Method Details

traverse

public void traverse(Sink sink)
Specified by:
traverse in interface Block