Class TextBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.TextBlock
-
- All Implemented Interfaces:
Block
public class TextBlock extends java.lang.Object implements Block
TextBlock class.
- Version:
- $Id: TextBlock.java 763762 2009-04-09 18:19:56Z ltheussl $
- Author:
- Jason van Zyl
-
-
Constructor Summary
Constructors Constructor Description TextBlock(java.lang.String text)
Constructor for TextBlock.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
traverse(Sink sink)
traverse.
-