Class AppendixAProcedureListingProcessor

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

    public class AppendixAProcedureListingProcessor
    extends org.asciidoctor.extension.Treeprocessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> procedures()  
      org.asciidoctor.ast.Document process​(org.asciidoctor.ast.Document document)  
      • Methods inherited from class org.asciidoctor.extension.BaseProcessor

        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 java.lang.Object

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

      • AppendixAProcedureListingProcessor

        public AppendixAProcedureListingProcessor()
    • Method Detail

      • process

        public org.asciidoctor.ast.Document process​(org.asciidoctor.ast.Document document)
        Specified by:
        process in class org.asciidoctor.extension.Treeprocessor
      • procedures

        public java.util.List<java.lang.String> procedures()