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

public class TextBlock extends Object implements Block

TextBlock class.

  • Field Details

  • Constructor Details

    • TextBlock

      public TextBlock(String text)

      Constructor for TextBlock.

      Parameters:
      text - the text.
  • Method Details

    • traverse

      public void traverse(Sink sink)

      traverse.

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