Class UnderlineBlock

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

public class UnderlineBlock extends Object implements Block

UnderlineBlock class.

Since:
1.4
  • Field Details

  • Constructor Details

    • UnderlineBlock

      public UnderlineBlock(String text)

      Constructor for UnderlineBlock.

      Parameters:
      text - a String object.
  • Method Details

    • traverse

      public void traverse(Sink sink)

      traverse.

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