Class SubBlock

  • All Implemented Interfaces:
    Block

    public class SubBlock
    extends java.lang.Object
    implements Block

    SubBlock class.

    Since:
    1.4
    Author:
    Robert Scholte
    • Constructor Summary

      Constructors 
      Constructor Description
      SubBlock​(java.lang.String text)
      Constructor for SubBlock.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void traverse​(org.apache.maven.doxia.sink.Sink sink)
      traverse.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubBlock

        public SubBlock​(java.lang.String text)

        Constructor for SubBlock.

        Parameters:
        text - a String object.
    • Method Detail

      • traverse

        public void traverse​(org.apache.maven.doxia.sink.Sink sink)

        traverse.

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