Class VerbatimBlock

java.lang.Object
org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.VerbatimBlock
All Implemented Interfaces:
Block

class VerbatimBlock extends AbstractFatherBlock
Represents a verbatim block
  • Constructor Details

    • VerbatimBlock

      VerbatimBlock(Block[] childBlocks)
      Creates the VerbatimBlock.
      Parameters:
      childBlocks - child blocks
  • Method Details

    • before

      final void before(Sink sink)
      method called before traversing the childs
      Specified by:
      before in class AbstractFatherBlock
      Parameters:
      sink - a sink to fill
    • after

      final void after(Sink sink)
      method called after traversing the childs
      Specified by:
      after in class AbstractFatherBlock
      Parameters:
      sink - a sink to fill