Class ParagraphBlock

    • Field Detail

      • generateParagraphTags

        private boolean generateParagraphTags
    • Constructor Detail

      • ParagraphBlock

        ParagraphBlock​(java.util.List<Block> blocks)
      • ParagraphBlock

        ParagraphBlock​(java.util.List<Block> blocks,
                       boolean generateParagraphTags)
    • Method Detail

      • before

        public void before​(Sink sink)

        before.

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

        public void after​(Sink sink)

        after.

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