Class BoldBlock

    • Constructor Summary

      Constructors 
      Constructor Description
      BoldBlock​(java.util.List<Block> childBlocks)
      Constructor for BoldBlock.
    • Method Summary

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

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

      • BoldBlock

        public BoldBlock​(java.util.List<Block> childBlocks)

        Constructor for BoldBlock.

        Parameters:
        childBlocks - the child blocks.
    • Method Detail

      • before

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

        before.

        Specified by:
        before in class AbstractFatherBlock
        Parameters:
        sink - the Sink to receive events.
      • after

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

        after.

        Specified by:
        after in class AbstractFatherBlock
        Parameters:
        sink - the Sink to receive events.