Class SectionBlock

  • All Implemented Interfaces:
    Block

    class SectionBlock
    extends java.lang.Object
    implements Block
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int level  
      private Block text  
    • Constructor Summary

      Constructors 
      Constructor Description
      SectionBlock​(Block text, int level)  
    • Method Summary

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

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

      • text

        private Block text
      • level

        private int level
    • Constructor Detail

      • SectionBlock

        SectionBlock​(Block text,
                     int level)
    • Method Detail

      • traverse

        public void traverse​(Sink sink)

        traverse.

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