Package 

Class CalendarBlock

  • All Implemented Interfaces:
    org.asciidoctor.extension.Processor

    @Name(value = "calendar")@Contexts(value = {":listing"}) 
    public final class CalendarBlock
    extends BlockProcessor
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
      CalendarBlock()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object process(StructuralNode parent, Reader reader, Map<String, Object> attributes)
      • Methods inherited from class org.asciidoctor.extension.BlockProcessor

        createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createDocument, createList, createList, createList, createListItem, createListItem, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createSection, createSection, createSection, createSection, createSection, createTable, createTable, createTableCell, createTableCell, createTableCell, createTableCell, createTableColumn, createTableColumn, createTableRow, getConfig, log, parseContent, setConfig, unwrap, updateConfig
      • Methods inherited from class io.docops.asciidoctorj.extension.stack.CalendarBlock

        getName, setName
      • Methods inherited from class java.lang.Object

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

      • CalendarBlock

        CalendarBlock()