-
- All Implemented Interfaces:
-
org.asciidoctor.extension.Processor
@Name(value = "stackbar")@Contexts(value = {":listing"})@ContentModel(value = ":compound") public final class StackedBarBlockProcessor extends BlockProcessor
-
-
Constructor Summary
Constructors Constructor Description StackedBarBlockProcessor()
-
Method Summary
Modifier and Type Method Description Objectprocess(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.StackedBarBlockProcessor
getName, setName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-